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

version 1.9, 2001/07/28 05:36:18 version 1.10, 2001/09/16 21:08:55
Line 308 
Line 308 
                 if (*p == '\\') {                  if (*p == '\\') {
                         if (p[1] == '\\') {                          if (p[1] == '\\') {
                                 addchar(p[1]);                                  addchar(p[1]);
                                   p++;
                                 continue;                                  continue;
                         }                          }
                         if (p[1] == '&') {                          if (p[1] == '&') {

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