[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.196 and 1.197

version 1.196, 2018/10/25 01:21:30 version 1.197, 2018/11/25 19:23:59
Line 320 
Line 320 
         struct tbl_cell  *layout; /* layout cell */          struct tbl_cell  *layout; /* layout cell */
         struct tbl_dat   *next;          struct tbl_dat   *next;
         char             *string; /* data (NULL if not TBL_DATA_DATA) */          char             *string; /* data (NULL if not TBL_DATA_DATA) */
         int               spans; /* how many spans follow */          int               hspans; /* how many horizontal spans follow */
           int               vspans; /* how many vertical spans follow */
         int               block; /* T{ text block T} */          int               block; /* T{ text block T} */
         enum tbl_datt     pos;          enum tbl_datt     pos;
 };  };

Legend:
Removed from v.1.196  
changed lines
  Added in v.1.197