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

Diff for /mandoc/roff.h between version 1.14 and 1.15

version 1.14, 2010/05/16 10:59:36 version 1.15, 2010/05/17 00:06:36
Line 21  enum rofferr {
Line 21  enum rofferr {
         ROFF_CONT, /* continue processing line */          ROFF_CONT, /* continue processing line */
         ROFF_RERUN, /* re-run roff interpreter with offset */          ROFF_RERUN, /* re-run roff interpreter with offset */
         ROFF_IGN, /* ignore current line */          ROFF_IGN, /* ignore current line */
         ROFF_ERR, /* badness: puke and stop */          ROFF_ERR /* badness: puke and stop */
 };  };
   
 __BEGIN_DECLS  __BEGIN_DECLS

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

CVSweb