=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/flex.skl,v retrieving revision 1.8 retrieving revision 1.9 diff -c -r1.8 -r1.9 *** src/usr.bin/lex/flex.skl 2004/02/09 11:38:31 1.8 --- src/usr.bin/lex/flex.skl 2007/01/16 14:43:28 1.9 *************** *** 1,9 **** ! /* $OpenBSD: flex.skl,v 1.8 2004/02/09 11:38:31 espie Exp $ */ /* A lexical scanner generated by flex */ /* Scanner skeleton version: ! * $Header: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/flex.skl,v 1.8 2004/02/09 11:38:31 espie Exp $ */ #define FLEX_SCANNER --- 1,9 ---- ! /* $OpenBSD: flex.skl,v 1.9 2007/01/16 14:43:28 tsi Exp $ */ /* A lexical scanner generated by flex */ /* Scanner skeleton version: ! * $Header: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/flex.skl,v 1.9 2007/01/16 14:43:28 tsi Exp $ */ #define FLEX_SCANNER *************** *** 339,345 **** %* #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; --- 339,345 ---- %* #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; *************** *** 1210,1219 **** 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; --- 1210,1219 ---- 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; *************** *** 1540,1546 **** free( ptr ); } ! #if YY_MAIN int main() { yylex(); --- 1540,1546 ---- free( ptr ); } ! #ifdef YY_MAIN int main() { yylex();