[BACK]Return to libmandoc.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

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

version 1.53, 2017/06/11 19:36:31 version 1.54, 2017/07/08 14:51:01
Line 24 
Line 24 
         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 */  
 };  };
   
 struct  buf {  struct  buf {
Line 35 
Line 34 
   
 struct  mparse;  struct  mparse;
 struct  tbl_span;  struct  tbl_span;
 struct  eqn;  
 struct  roff;  struct  roff;
 struct  roff_man;  struct  roff_man;
   
Line 77 
Line 75 
 int              roff_getformat(const struct roff *);  int              roff_getformat(const struct roff *);
   
 const struct tbl_span   *roff_span(const struct roff *);  const struct tbl_span   *roff_span(const struct roff *);
 const struct eqn        *roff_eqn(const struct roff *);  

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