[BACK]Return to toke.l CVS log [TXT][DIR] Up to [local] / src / usr.bin / sudo

Diff for /src/usr.bin/sudo/Attic/toke.l between version 1.1 and 1.2

version 1.1, 2008/11/14 11:58:08 version 1.2, 2008/11/24 15:13:35
Line 55 
Line 55 
 #include <gram.h>  #include <gram.h>
   
 #ifndef lint  #ifndef lint
 __unused static const char rcsid[] = "$Sudo: toke.l,v 1.26 2008/11/09 14:13:12 millert Exp $";  __unused static const char rcsid[] = "$Sudo: toke.l,v 1.27 2008/11/24 00:41:36 millert Exp $";
 #endif /* lint */  #endif /* lint */
   
 extern YYSTYPE yylval;  extern YYSTYPE yylval;
Line 467 
Line 467 
                             LEXTRACE("\n\t");                              LEXTRACE("\n\t");
                         }                       /* throw away EOL after \ */                          }                       /* throw away EOL after \ */
   
 <INITIAL,STARTDEFS,INDEFS>#[^0-9-].*\n  {  <INITIAL,STARTDEFS,INDEFS>#([^\n0-9-].*)?\n     {
                             BEGIN INITIAL;                              BEGIN INITIAL;
                             ++sudolineno;                              ++sudolineno;
                             LEXTRACE("\n");                              LEXTRACE("\n");

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2