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

Diff for /mandoc/tbl_data.c between version 1.9 and 1.10

version 1.9, 2011/01/02 12:04:23 version 1.10, 2011/01/04 12:06:21
Line 82  data(struct tbl_node *tbl, struct tbl_span *dp, 
Line 82  data(struct tbl_node *tbl, struct tbl_span *dp, 
                 dat->pos = TBL_DATA_NDHORIZ;                  dat->pos = TBL_DATA_NDHORIZ;
         else          else
                 dat->pos = TBL_DATA_DATA;                  dat->pos = TBL_DATA_DATA;
   
           if (TBL_CELL_HORIZ == dat->layout->pos ||
                           TBL_CELL_DHORIZ == dat->layout->pos)
                   if (TBL_DATA_DATA == dat->pos && '\0' != *dat->string)
                           TBL_MSG(tbl, MANDOCERR_TBLIGNDATA, ln, sv);
 }  }
   
 int  int

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

CVSweb