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

Diff for /mandoc/mandoc.h between version 1.106 and 1.107

version 1.106, 2012/11/19 22:30:58 version 1.107, 2013/05/31 21:37:17
Line 164  enum mandocerr {
Line 164  enum mandocerr {
         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  enum tbl_spant {
Line 263  enum tbl_spant {
  * 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.106  
changed lines
  Added in v.1.107

CVSweb