[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.12 and 1.13

version 1.12, 2007/01/16 14:43:28 version 1.13, 2007/01/26 14:38:19
Line 1362 
Line 1362 
 static int yy_flex_strlen YY_PROTO(( yyconst char * ));  static int yy_flex_strlen YY_PROTO(( yyconst char * ));
 #endif  #endif
   
 #ifndef YY_NO_INPUT  #if defined(YY_NO_INPUT) && YY_NO_INPUT
 #ifdef __cplusplus  #ifdef __cplusplus
 static int yyinput YY_PROTO(( void ));  static int yyinput YY_PROTO(( void ));
 #else  #else
Line 3340 
Line 3340 
         b->yy_input_file = file;          b->yy_input_file = file;
         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 3634 
Line 3634 
         free( ptr );          free( ptr );
         }          }
   
 #ifdef YY_MAIN  #if defined(YY_MAIN) && YY_MAIN
 int main()  int main()
         {          {
         yylex();          yylex();

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