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

Diff for /src/usr.bin/m4/gnum4.c between version 1.42 and 1.43

version 1.42, 2011/11/06 12:25:43 version 1.43, 2013/11/20 16:44:27
Line 294 
Line 294 
                                 p++;                                  p++;
                                 continue;                                  continue;
                         }                          }
                         if (isdigit(p[1])) {                          if (isdigit((unsigned char)p[1])) {
                                 add_sub(*(++p) - '0', string, re, pm);                                  add_sub(*(++p) - '0', string, re, pm);
                                 continue;                                  continue;
                         }                          }

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43