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

Diff for /mandoc/tbl.c between version 1.17 and 1.18

version 1.17, 2011/01/02 10:10:57 version 1.18, 2011/01/02 12:04:23
Line 153  tbl_end(struct tbl_node *tbl)
Line 153  tbl_end(struct tbl_node *tbl)
                 TBL_MSG(tbl, MANDOCERR_TBLNODATA, tbl->line, tbl->pos);                  TBL_MSG(tbl, MANDOCERR_TBLNODATA, tbl->line, tbl->pos);
         else          else
                 tbl_calc(tbl);                  tbl_calc(tbl);
   
           if (tbl->last_span)
                   tbl->last_span->flags |= TBL_SPAN_LAST;
 }  }
   
 static void  static void

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

CVSweb