summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2012-02-03 21:47:46 +0000
committerWill Estes <wlestes@users.sourceforge.net>2012-02-03 21:47:46 +0000
commita2b1b76e24d55514bfafd4252ba59fb2dcf4c2fe (patch)
tree56c0b0a00a40a8b37380f7ab1b25f20a624131f0
parente347c5dd0d44bc1f5ffb159d4c22b6a2b31fb936 (diff)
correct macro definition of yywrap
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index cec2d77..0a9f256 100644
--- a/main.c
+++ b/main.c
@@ -1577,7 +1577,7 @@ void readin ()
if (!do_yywrap) {
if (!C_plus_plus) {
- outn ("\n#define yywrap(n) 1");
+ outn ("\n#define yywrap() 1");
}
outn ("#define YY_SKIP_YYWRAP");
}