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

Diff for /mandoc/roff.h between version 1.22 and 1.23

version 1.22, 2011/01/01 16:18:39 version 1.23, 2011/02/06 20:36:36
Line 25  enum rofferr {
Line 25  enum rofferr {
         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_TBL, /* a table row was successfully parsed */
           ROFF_EQN, /* an equation was successfully parsed */
         ROFF_ERR /* badness: puke and stop */          ROFF_ERR /* badness: puke and stop */
 };  };
   

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

CVSweb