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

Diff for /mandoc/tbl_layout.c between version 1.15 and 1.16

version 1.15, 2011/01/10 15:31:00 version 1.16, 2011/01/11 14:12:01
Line 220  cell(struct tbl_node *tbl, struct tbl_row *rp, 
Line 220  cell(struct tbl_node *tbl, struct tbl_row *rp, 
                         }                          }
         }          }
   
           /*
            * If a vertical spanner is found, we may not be in the first
            * row.
            */
   
           if (TBL_CELL_DOWN == c && rp == tbl->first_row) {
                   TBL_MSG(tbl, MANDOCERR_TBLLAYOUT, ln, *pos);
                   return(0);
           }
   
         (*pos)++;          (*pos)++;
   
         /* Extra check for the double-vertical. */          /* Extra check for the double-vertical. */

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

CVSweb