=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/Attic/initscan.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- src/usr.bin/lex/Attic/initscan.c 2007/01/26 14:38:19 1.13 +++ src/usr.bin/lex/Attic/initscan.c 2013/11/04 17:03:32 1.14 @@ -1,10 +1,10 @@ -/* $OpenBSD: initscan.c,v 1.13 2007/01/26 14:38:19 tsi Exp $ */ +/* $OpenBSD: initscan.c,v 1.14 2013/11/04 17:03:32 millert 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.13 2007/01/26 14:38:19 tsi Exp $ + * $Header: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/Attic/initscan.c,v 1.14 2013/11/04 17:03:32 millert Exp $ */ #define FLEX_SCANNER @@ -1277,7 +1277,7 @@ * PURPOSE. */ -/* $Header: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/Attic/initscan.c,v 1.13 2007/01/26 14:38:19 tsi Exp $ */ +/* $Header: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/Attic/initscan.c,v 1.14 2013/11/04 17:03:32 millert Exp $ */ #include "flexdef.h" #include "parse.h" @@ -2895,7 +2895,7 @@ * EOB_ACT_END_OF_FILE - end of file */ -static int yy_get_next_buffer() +static int yy_get_next_buffer YY_PROTO(( void )) { char *dest = yy_current_buffer->yy_ch_buf; char *source = yytext_ptr; @@ -3027,7 +3027,7 @@ /* yy_get_previous_state - get the state just before the EOB char was reached */ -static yy_state_type yy_get_previous_state() +static yy_state_type yy_get_previous_state YY_PROTO(( void )) { yy_state_type yy_current_state; char *yy_cp; @@ -3137,9 +3137,9 @@ #ifdef __cplusplus -static int yyinput() +static int yyinput YY_PROTO(( void )) #else -static int input() +static int input YY_PROTO(( void )) #endif { int c; @@ -3511,7 +3511,7 @@ #ifndef YY_NO_POP_STATE -static void yy_pop_state() +static void yy_pop_state YY_PROTO(( void )) { if ( --yy_start_stack_ptr < 0 ) YY_FATAL_ERROR( "start-condition stack underflow" ); @@ -3522,7 +3522,7 @@ #ifndef YY_NO_TOP_STATE -static int yy_top_state() +static int yy_top_state YY_PROTO(( void )) { return yy_start_stack[yy_start_stack_ptr - 1]; }