[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.40 and 1.41

version 1.40, 2015/10/06 18:32:20 version 1.41, 2015/10/12 00:08:16
Line 115  mod:
Line 115  mod:
                     ln, *pos, "m");                      ln, *pos, "m");
                 goto mod;                  goto mod;
         case 'p':          case 'p':
                 /* FALLTHROUGH */  
         case 'v':          case 'v':
                 if (p[*pos] == '-' || p[*pos] == '+')                  if (p[*pos] == '-' || p[*pos] == '+')
                         (*pos)++;                          (*pos)++;
Line 168  mod:
Line 167  mod:
   
         switch (p[(*pos)++]) {          switch (p[(*pos)++]) {
         case '3':          case '3':
                 /* FALLTHROUGH */  
         case 'B':          case 'B':
                 cp->flags |= TBL_CELL_BOLD;                  cp->flags |= TBL_CELL_BOLD;
                 goto mod;                  goto mod;
         case '2':          case '2':
                 /* FALLTHROUGH */  
         case 'I':          case 'I':
                 cp->flags |= TBL_CELL_ITALIC;                  cp->flags |= TBL_CELL_ITALIC;
                 goto mod;                  goto mod;
         case '1':          case '1':
                 /* FALLTHROUGH */  
         case 'R':          case 'R':
                 goto mod;                  goto mod;
         default:          default:

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

CVSweb