=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/flex.skl,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- src/usr.bin/lex/flex.skl 2010/08/04 18:24:50 1.11 +++ src/usr.bin/lex/flex.skl 2013/11/04 17:03:32 1.12 @@ -1,9 +1,9 @@ -/* $OpenBSD: flex.skl,v 1.11 2010/08/04 18:24:50 millert Exp $ */ +/* $OpenBSD: flex.skl,v 1.12 2013/11/04 17:03:32 millert Exp $ */ /* A lexical scanner generated by flex */ /* Scanner skeleton version: - * $Header: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/flex.skl,v 1.11 2010/08/04 18:24:50 millert Exp $ + * $Header: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/flex.skl,v 1.12 2013/11/04 17:03:32 millert Exp $ */ #define FLEX_SCANNER @@ -743,9 +743,9 @@ */ %- -static int yy_get_next_buffer() +static int yy_get_next_buffer YY_PROTO(( void )) %+ -int yyFlexLexer::yy_get_next_buffer() +int yyFlexLexer::yy_get_next_buffer YY_PROTO(( void )) %* { register char *dest = yy_current_buffer->yy_ch_buf; @@ -879,9 +879,9 @@ /* 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 yyFlexLexer::yy_get_previous_state() +yy_state_type yyFlexLexer::yy_get_previous_state YY_PROTO(( void )) %* { register yy_state_type yy_current_state; @@ -977,9 +977,9 @@ %- #ifndef YY_NO_INPUT #ifdef __cplusplus -static int yyinput() +static int yyinput YY_PROTO(( void )) #else -static int input() +static int input YY_PROTO(( void )) #endif %+ int yyFlexLexer::yyinput() @@ -1405,9 +1405,9 @@ #ifndef YY_NO_POP_STATE %- -static void yy_pop_state() +static void yy_pop_state YY_PROTO(( void )) %+ -void yyFlexLexer::yy_pop_state() +void yyFlexLexer::yy_pop_state YY_PROTO(( void )) %* { if ( --yy_start_stack_ptr < 0 ) @@ -1420,9 +1420,9 @@ #ifndef YY_NO_TOP_STATE %- -static int yy_top_state() +static int yy_top_state YY_PROTO(( void )) %+ -int yyFlexLexer::yy_top_state() +int yyFlexLexer::yy_top_state YY_PROTO(( void )) %* { return yy_start_stack[yy_start_stack_ptr - 1];