From: John Millaway Date: Fri, 2 Aug 2002 20:23:28 +0000 (+0000) Subject: Fixed yyunput prototype. X-Git-Tag: flex-2-5-12~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9227344e16422413bc89fcc5ea1ee95bb1a1d9a4;p=flex Fixed yyunput prototype. --- diff --git a/flex.skl b/flex.skl index 85824d7..91b98ba 100644 --- a/flex.skl +++ b/flex.skl @@ -1266,10 +1266,7 @@ yy_state_type yyFlexLexer::yy_try_NUL_trans( yy_state_type yy_current_state ) %- #ifndef YY_NO_UNPUT -static void yyunput ( c, yy_bp) -int c; -register char *yy_bp; -YY_DECL_LAST_ARG +static void yyunput YYFARGS2( int,c, register char *,yy_bp) %+ void yyFlexLexer::yyunput( int c, register char* yy_bp) %*