=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/Attic/initscan.c,v retrieving revision 1.11 retrieving revision 1.12 diff -c -r1.11 -r1.12 *** src/usr.bin/lex/Attic/initscan.c 2006/12/06 05:03:29 1.11 --- src/usr.bin/lex/Attic/initscan.c 2007/01/16 14:43:28 1.12 *************** *** 1,10 **** ! /* $OpenBSD: initscan.c,v 1.11 2006/12/06 05:03:29 ray Exp $ */ #line 2 "scan.c" /* A lexical scanner generated by flex */ /* Scanner skeleton version: ! * $Header: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/Attic/initscan.c,v 1.11 2006/12/06 05:03:29 ray Exp $ */ #define FLEX_SCANNER --- 1,10 ---- ! /* $OpenBSD: initscan.c,v 1.12 2007/01/16 14:43:28 tsi Exp $ */ #line 2 "scan.c" /* A lexical scanner generated by flex */ /* Scanner skeleton version: ! * $Header: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/Attic/initscan.c,v 1.12 2007/01/16 14:43:28 tsi Exp $ */ #define FLEX_SCANNER *************** *** 1277,1283 **** * PURPOSE. */ ! /* $Header: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/Attic/initscan.c,v 1.11 2006/12/06 05:03:29 ray Exp $ */ #include "flexdef.h" #include "parse.h" --- 1277,1283 ---- * PURPOSE. */ ! /* $Header: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/Attic/initscan.c,v 1.12 2007/01/16 14:43:28 tsi Exp $ */ #include "flexdef.h" #include "parse.h" *************** *** 1370,1376 **** #endif #endif ! #if YY_STACK_USED static int yy_start_stack_ptr = 0; static int yy_start_stack_depth = 0; static int *yy_start_stack = 0; --- 1370,1376 ---- #endif #endif ! #ifdef YY_STACK_USED static int yy_start_stack_ptr = 0; static int yy_start_stack_depth = 0; static int *yy_start_stack = 0; *************** *** 3340,3349 **** b->yy_input_file = file; b->yy_fill_buffer = 1; ! #if YY_ALWAYS_INTERACTIVE b->yy_is_interactive = 1; #else ! #if YY_NEVER_INTERACTIVE b->yy_is_interactive = 0; #else b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; --- 3340,3349 ---- b->yy_input_file = file; b->yy_fill_buffer = 1; ! #ifdef YY_ALWAYS_INTERACTIVE b->yy_is_interactive = 1; #else ! #ifdef YY_NEVER_INTERACTIVE b->yy_is_interactive = 0; #else b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; *************** *** 3634,3640 **** free( ptr ); } ! #if YY_MAIN int main() { yylex(); --- 3634,3640 ---- free( ptr ); } ! #ifdef YY_MAIN int main() { yylex();