[BACK]Return to parse.y CVS log [TXT][DIR] Up to [local] / src / usr.bin / doas

Diff for /src/usr.bin/doas/parse.y between version 1.11 and 1.12

version 1.11, 2015/07/28 21:36:03 version 1.12, 2015/09/01 16:20:55
Line 251 
Line 251 
                         if (escape) {                          if (escape) {
                                 nonkw = 1;                                  nonkw = 1;
                                 escape = 0;                                  escape = 0;
                                   yylval.colno = 0;
                                   yylval.lineno++;
                                 continue;                                  continue;
                         }                          }
                         goto eow;                          goto eow;

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12