summaryrefslogtreecommitdiff
path: root/flex.skl
diff options
context:
space:
mode:
authorJohn Millaway <john43@users.sourceforge.net>2002-08-02 20:23:28 +0000
committerJohn Millaway <john43@users.sourceforge.net>2002-08-02 20:23:28 +0000
commit9227344e16422413bc89fcc5ea1ee95bb1a1d9a4 (patch)
treeecf192f019f4647c0e68ca68b264a0ade80c2ad0 /flex.skl
parent72895b26398b1ffe42b279a5cce2a881f35f8900 (diff)
Fixed yyunput prototype.
Diffstat (limited to 'flex.skl')
-rw-r--r--flex.skl5
1 files changed, 1 insertions, 4 deletions
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)
%*