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

Diff for /mandoc/Attic/libroff.h between version 1.8 and 1.9

version 1.8, 2010/12/30 09:34:06 version 1.9, 2010/12/30 10:26:00
Line 61  struct tbl_row {
Line 61  struct tbl_row {
 };  };
   
 struct  tbl_dat {  struct  tbl_dat {
           struct tbl_cell  *layout; /* layout cell: CAN BE NULL */
         struct tbl_dat   *next;          struct tbl_dat   *next;
         char             *string;          char             *string;
         int               flags;          int               flags;
Line 71  struct tbl_dat {
Line 72  struct tbl_dat {
 };  };
   
 struct  tbl_span {  struct  tbl_span {
           struct tbl_row   *layout; /* layout row: CAN BE NULL */
         struct tbl_dat   *first;          struct tbl_dat   *first;
         struct tbl_dat   *last;          struct tbl_dat   *last;
         int               flags;          int               flags;

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

CVSweb