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

Diff for /mandoc/mandoc.h between version 1.187 and 1.188

version 1.187, 2015/01/26 00:57:22 version 1.188, 2015/01/26 13:03:48
Line 181  enum mandocerr {
Line 181  enum mandocerr {
         MANDOCERR_REQ_UNSUPP, /* unsupported roff request: request */          MANDOCERR_REQ_UNSUPP, /* unsupported roff request: request */
         MANDOCERR_TBLLAYOUT, /* unsupported table layout */          MANDOCERR_TBLLAYOUT, /* unsupported table layout */
         MANDOCERR_TBLMACRO, /* ignoring macro in table: macro */          MANDOCERR_TBLMACRO, /* ignoring macro in table: macro */
           MANDOCERR_TBLEQN, /* eqn in tbl */
   
         MANDOCERR_MAX          MANDOCERR_MAX
 };  };
Line 196  struct tbl_opts {
Line 197  struct tbl_opts {
 #define TBL_OPT_ALLBOX   (1 << 4)  #define TBL_OPT_ALLBOX   (1 << 4)
 #define TBL_OPT_NOKEEP   (1 << 5)  #define TBL_OPT_NOKEEP   (1 << 5)
 #define TBL_OPT_NOSPACE  (1 << 6)  #define TBL_OPT_NOSPACE  (1 << 6)
   #define TBL_OPT_NOWARN   (1 << 7)
         int               cols; /* number of columns */          int               cols; /* number of columns */
 };  };
   

Legend:
Removed from v.1.187  
changed lines
  Added in v.1.188

CVSweb