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

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

version 1.9, 2010/12/30 10:26:00 version 1.10, 2010/12/31 14:52:41
Line 101  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.9  
changed lines
  Added in v.1.10

CVSweb