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

Diff for /mandoc/Attic/libroff.h between version 1.37 and 1.38

version 1.37, 2015/01/28 17:32:07 version 1.38, 2015/01/30 04:11:50
Line 34  struct tbl_node {
Line 34  struct tbl_node {
         struct tbl_span  *first_span;          struct tbl_span  *first_span;
         struct tbl_span  *current_span;          struct tbl_span  *current_span;
         struct tbl_span  *last_span;          struct tbl_span  *last_span;
         struct tbl_head  *first_head;  
         struct tbl_head  *last_head;  
         struct tbl_node  *next;          struct tbl_node  *next;
 };  };
   

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

CVSweb