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

Diff for /mandoc/Attic/libroff.h between version 1.18 and 1.19

version 1.18, 2011/02/06 20:36:36 version 1.19, 2011/02/09 09:05:52
Line 44  struct tbl_node {
Line 44  struct tbl_node {
 };  };
   
 struct  eqn_node {  struct  eqn_node {
         int               pos; /* invocation column */  
         int               line; /* invocation line */  
         struct eqn        eqn;          struct eqn        eqn;
         struct eqn_node  *next;          struct eqn_node  *next;
 };  };

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

CVSweb