summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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");
}