aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2004-07-25 17:35:57 +0000
committerGerald Combs <gerald@wireshark.org>2004-07-25 17:35:57 +0000
commit655dd8d96baeb177edfcf90cee82573809dac0df (patch)
tree50042dd702c49949681ac204c39f556a465931bc /tools
parentceedde9c07e6ef11bcd243bebd6c830be43e8614 (diff)
Fix up the declaration of yy_accept().
svn path=/trunk/; revision=11521
Diffstat (limited to 'tools')
-rw-r--r--tools/lemon/lempar.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/lemon/lempar.c b/tools/lemon/lempar.c
index b2868cde02..507805be6d 100644
--- a/tools/lemon/lempar.c
+++ b/tools/lemon/lempar.c
@@ -359,7 +359,10 @@ static struct {
%%
};
-static void yy_accept(void); /* Forward declaration */
+static void yy_accept(
+ yyParser *yypParser /* The parser */
+ ParseANSIARGDECL _U_ /* Extra arguments (if any) */
+); /* Forward declaration */
/*
** Perform a reduce action and the shift that must immediately