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

Diff for /src/usr.bin/lex/Attic/initscan.c between version 1.11 and 1.12

version 1.11, 2006/12/06 05:03:29 version 1.12, 2007/01/16 14:43:28
Line 1370 
Line 1370 
 #endif  #endif
 #endif  #endif
   
 #if YY_STACK_USED  #ifdef 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 3340 
Line 3340 
         b->yy_input_file = file;          b->yy_input_file = file;
         b->yy_fill_buffer = 1;          b->yy_fill_buffer = 1;
   
 #if YY_ALWAYS_INTERACTIVE  #ifdef YY_ALWAYS_INTERACTIVE
         b->yy_is_interactive = 1;          b->yy_is_interactive = 1;
 #else  #else
 #if YY_NEVER_INTERACTIVE  #ifdef 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 3634 
Line 3634 
         free( ptr );          free( ptr );
         }          }
   
 #if YY_MAIN  #ifdef YY_MAIN
 int main()  int main()
         {          {
         yylex();          yylex();

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