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

Diff for /mandoc/roff.h between version 1.19 and 1.20

version 1.19, 2010/12/01 15:09:01 version 1.20, 2010/12/28 10:51:03
Line 24  enum rofferr {
Line 24  enum rofferr {
         ROFF_REPARSE, /* re-run main parser on the result */          ROFF_REPARSE, /* re-run main parser on the result */
         ROFF_SO, /* include another file */          ROFF_SO, /* include another file */
         ROFF_IGN, /* ignore current line */          ROFF_IGN, /* ignore current line */
           ROFF_TBL, /* a table row was successfully parsed */
         ROFF_ERR /* badness: puke and stop */          ROFF_ERR /* badness: puke and stop */
 };  };
   

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

CVSweb