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

Diff for /mandoc/mandoc.h between version 1.254 and 1.255

version 1.254, 2018/10/25 01:32:40 version 1.255, 2018/11/25 19:24:20
Line 320  struct tbl_dat {
Line 320  struct tbl_dat {
         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.254  
changed lines
  Added in v.1.255

CVSweb