[BACK]Return to tbl_layout.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/tbl_layout.c between version 1.14 and 1.15

version 1.14, 2014/04/20 16:44:44 version 1.15, 2014/10/07 14:06:14
Line 197 
Line 197 
         default:          default:
                 break;                  break;
         }          }
           if (isalnum((unsigned char)p[*pos - 1])) {
                   mandoc_vmsg(MANDOCERR_FT_BAD, tbl->parse,
                       ln, *pos - 1, "TS f%c", p[*pos - 1]);
                   goto mod;
           }
   
         mandoc_msg(MANDOCERR_TBLLAYOUT, tbl->parse,          mandoc_msg(MANDOCERR_TBLLAYOUT, tbl->parse,
             ln, *pos - 1, NULL);              ln, *pos - 1, NULL);

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