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

version 1.9, 2007/01/16 14:43:28 version 1.10, 2007/01/26 14:38:19
Line 339 
Line 339 
 %*  %*
 #endif  #endif
   
 #ifdef YY_STACK_USED  #if defined(YY_STACK_USED) && YY_STACK_USED
 static int yy_start_stack_ptr = 0;  static int yy_start_stack_ptr = 0;
 static int yy_start_stack_depth = 0;  static int yy_start_stack_depth = 0;
 static int *yy_start_stack = 0;  static int *yy_start_stack = 0;
Line 1210 
Line 1210 
         b->yy_fill_buffer = 1;          b->yy_fill_buffer = 1;
   
 %-  %-
 #ifdef YY_ALWAYS_INTERACTIVE  #if defined(YY_ALWAYS_INTERACTIVE) && YY_ALWAYS_INTERACTIVE
         b->yy_is_interactive = 1;          b->yy_is_interactive = 1;
 #else  #else
 #ifdef YY_NEVER_INTERACTIVE  #if defined(YY_NEVER_INTERACTIVE) && YY_NEVER_INTERACTIVE
         b->yy_is_interactive = 0;          b->yy_is_interactive = 0;
 #else  #else
         b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;          b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
Line 1540 
Line 1540 
         free( ptr );          free( ptr );
         }          }
   
 #ifdef YY_MAIN  #if defined(YY_MAIN) && YY_MAIN
 int main()  int main()
         {          {
         yylex();          yylex();

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