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

Diff for /mandoc/mandoc.h between version 1.79 and 1.82

version 1.79, 2011/07/17 12:52:54 version 1.82, 2011/07/21 10:24:35
Line 109  enum mandocerr {
Line 109  enum mandocerr {
   
         MANDOCERR_ERROR, /* ===== start of errors ===== */          MANDOCERR_ERROR, /* ===== start of errors ===== */
   
           /* related to equations */
           MANDOCERR_EQNARGS, /* bad equation macro arguments */
           MANDOCERR_EQNNEST, /* too many nested equation defines */
   
         /* related to tables */          /* related to tables */
         MANDOCERR_TBL, /* bad table syntax */          MANDOCERR_TBL, /* bad table syntax */
         MANDOCERR_TBLOPT, /* bad table option */          MANDOCERR_TBLOPT, /* bad table option */
Line 276  struct tbl_span {
Line 280  struct tbl_span {
 struct  eqn {  struct  eqn {
         size_t            sz;          size_t            sz;
         char             *data;          char             *data;
         int               line; /* invocation line */          int               ln; /* invocation line */
         int               pos; /* invocation position */          int               pos; /* invocation position */
 };  };
   

Legend:
Removed from v.1.79  
changed lines
  Added in v.1.82

CVSweb