aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2004-07-23 23:28:08 +0000
committerJörg Mayer <jmayer@loplof.de>2004-07-23 23:28:08 +0000
commite869dbb17d934bfa0adf12515ff130a128d4604b (patch)
tree4bbde891c82d501a6aac6425648fa5a1d1990284 /tools
parente7172b423bf2a5255edf342a4b901a0d9798ad4c (diff)
Trivial warning fixes:
- comma at end of enum - function declarations with empty args instead of void - c++ style comments svn path=/trunk/; revision=11492
Diffstat (limited to 'tools')
-rw-r--r--tools/lemon/lempar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lemon/lempar.c b/tools/lemon/lempar.c
index 03e1722a17..b2868cde02 100644
--- a/tools/lemon/lempar.c
+++ b/tools/lemon/lempar.c
@@ -359,7 +359,7 @@ static struct {
%%
};
-static void yy_accept(); /* Forward declaration */
+static void yy_accept(void); /* Forward declaration */
/*
** Perform a reduce action and the shift that must immediately