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

Diff for /mandoc/libmandoc.h between version 1.53 and 1.54

version 1.53, 2014/12/28 14:42:27 version 1.54, 2015/01/14 22:58:16
Line 24  enum rofferr {
Line 24  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_EQN /* an equation was successfully parsed */
         ROFF_ERR /* badness: puke and stop */  
 };  };
   
 struct  buf {  struct  buf {

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54

CVSweb