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

Diff for /mandoc/out.c between version 1.58 and 1.60

version 1.58, 2015/01/28 02:23:49 version 1.60, 2015/09/26 00:54:04
Line 140  tblcalc(struct rofftbl *tbl, const struct tbl_span *sp
Line 140  tblcalc(struct rofftbl *tbl, const struct tbl_span *sp
                         spans = dp->spans;                          spans = dp->spans;
                         if (1 < spans)                          if (1 < spans)
                                 continue;                                  continue;
                         icol = dp->layout->head->ident;                          icol = dp->layout->col;
                         if (maxcol < icol)                          if (maxcol < icol)
                                 maxcol = icol;                                  maxcol = icol;
                         col = tbl->cols + icol;                          col = tbl->cols + icol;
Line 262  tblcalc_data(struct rofftbl *tbl, struct roffcol *col,
Line 262  tblcalc_data(struct rofftbl *tbl, struct roffcol *col,
                 break;                  break;
         default:          default:
                 abort();                  abort();
                 /* NOTREACHED */  
         }          }
 }  }
   

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.60

CVSweb