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

Diff for /src/usr.bin/mandoc/mandoc.h between version 1.50 and 1.51

version 1.50, 2012/11/19 22:28:35 version 1.51, 2013/05/31 21:37:08
Line 164 
Line 164 
         MANDOCERR_MAX          MANDOCERR_MAX
 };  };
   
 struct  tbl {  struct  tbl_opts {
         char              tab; /* cell-separator */          char              tab; /* cell-separator */
         char              decimal; /* decimal point */          char              decimal; /* decimal point */
         int               linesize;          int               linesize;
Line 263 
Line 263 
  * A row of data in a table.   * A row of data in a table.
  */   */
 struct  tbl_span {  struct  tbl_span {
         struct tbl       *tbl;          struct tbl_opts  *opts;
         struct tbl_head  *head;          struct tbl_head  *head;
         struct tbl_row   *layout; /* layout row */          struct tbl_row   *layout; /* layout row */
         struct tbl_dat   *first;          struct tbl_dat   *first;

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51