[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.9 and 1.10

version 1.9, 2011/01/03 13:59:21 version 1.10, 2011/01/04 23:48:39
Line 126  mod:
Line 126  mod:
         case ('d'):          case ('d'):
                 cp->flags |= TBL_CELL_BALIGN;                  cp->flags |= TBL_CELL_BALIGN;
                 goto mod;                  goto mod;
           case ('w'):  /* XXX for now, ignore minimal column width */
                   goto mod;
         case ('f'):          case ('f'):
                 break;                  break;
         case ('b'):          case ('b'):

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

CVSweb