]> granicus.if.org Git - flex/commitdiff
Fixed yyunput prototype.
authorJohn Millaway <john43@users.sourceforge.net>
Fri, 2 Aug 2002 20:23:28 +0000 (20:23 +0000)
committerJohn Millaway <john43@users.sourceforge.net>
Fri, 2 Aug 2002 20:23:28 +0000 (20:23 +0000)
flex.skl

index 85824d79a65b10069f98b7aab6ede61d1a1611c7..91b98ba44c5f23d2952081270167b8df5d556598 100644 (file)
--- 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)
 %*