[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.10

version 1.8, 2010/12/30 09:34:06 version 1.10, 2010/12/31 14:52:41
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;
Line 99  struct tbl {
Line 101  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       *next;
 };  };
   
 #define TBL_MSG(tblp, type, line, col) \  #define TBL_MSG(tblp, type, line, col) \

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

CVSweb