[BACK]Return to libroff.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/Attic/libroff.h between version 1.5 and 1.6

version 1.5, 2011/09/18 10:25:28 version 1.6, 2013/05/31 21:37:08
Line 31 
Line 31 
         int               pos; /* invocation column */          int               pos; /* invocation column */
         int               line; /* invocation line */          int               line; /* invocation line */
         enum tbl_part     part;          enum tbl_part     part;
         struct tbl        opts;          struct tbl_opts   opts;
         struct tbl_row   *first_row;          struct tbl_row   *first_row;
         struct tbl_row   *last_row;          struct tbl_row   *last_row;
         struct tbl_span  *first_span;          struct tbl_span  *first_span;

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6