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

Diff for /mandoc/Attic/libroff.h between version 1.27 and 1.28

version 1.27, 2011/07/25 15:37:00 version 1.28, 2013/05/31 21:37:17
Line 31  struct tbl_node {
Line 31  struct tbl_node {
         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.27  
changed lines
  Added in v.1.28

CVSweb