[BACK]Return to mandoc.h CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/mandoc.h between version 1.89 and 1.91

version 1.89, 2011/07/21 23:30:39 version 1.91, 2011/07/22 14:55:07
Line 110  enum mandocerr {
Line 110  enum mandocerr {
         MANDOCERR_ERROR, /* ===== start of errors ===== */          MANDOCERR_ERROR, /* ===== start of errors ===== */
   
         /* related to equations */          /* related to equations */
         MANDOCERR_EQNARGS, /* bad equation macro arguments */  
         MANDOCERR_EQNNEST, /* too many nested equation defines */          MANDOCERR_EQNNEST, /* too many nested equation defines */
         MANDOCERR_EQNNSCOPE, /* unexpected equation scope closure*/          MANDOCERR_EQNNSCOPE, /* unexpected equation scope closure*/
         MANDOCERR_EQNSCOPE, /* equation scope open on exit */          MANDOCERR_EQNSCOPE, /* equation scope open on exit */
Line 285  struct tbl_span {
Line 284  struct tbl_span {
 enum    eqn_boxt {  enum    eqn_boxt {
         EQN_ROOT, /* root of parse tree */          EQN_ROOT, /* root of parse tree */
         EQN_TEXT, /* text (number, variable, whatever) */          EQN_TEXT, /* text (number, variable, whatever) */
         EQN_SUBEXPR /* nested subexpression */          EQN_SUBEXPR, /* nested `eqn' subexpression */
           EQN_LIST /* list of subexpressions */
 };  };
   
 enum    eqn_markt {  enum    eqn_markt {

Legend:
Removed from v.1.89  
changed lines
  Added in v.1.91

CVSweb