[BACK]Return to flex.skl CVS log [TXT][DIR] Up to [local] / src / usr.bin / lex

Diff for /src/usr.bin/lex/flex.skl between version 1.10 and 1.11

version 1.10, 2007/01/26 14:38:19 version 1.11, 2010/08/04 18:24:50
Line 975 
Line 975 
   
   
 %-  %-
   #ifndef YY_NO_INPUT
 #ifdef __cplusplus  #ifdef __cplusplus
 static int yyinput()  static int yyinput()
 #else  #else
Line 1050 
Line 1051 
   
         return c;          return c;
         }          }
   %-
   #endif  /* ifndef YY_NO_INPUT */
   %*
   
   
 %-  %-

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