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

Diff for /mandoc/Attic/libroff.h between version 1.13 and 1.14

version 1.13, 2011/01/01 16:10:40 version 1.14, 2011/01/01 22:19:15
Line 47  struct tbl {
Line 47  struct tbl {
         struct tbl_row   *last_row;          struct tbl_row   *last_row;
         struct tbl_span  *first_span;          struct tbl_span  *first_span;
         struct tbl_span  *last_span;          struct tbl_span  *last_span;
           struct tbl_head  *first_head;
           struct tbl_head  *last_head;
         struct tbl       *next;          struct tbl       *next;
 };  };
   

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

CVSweb