From: Will Estes Date: Fri, 3 Feb 2012 21:47:46 +0000 (+0000) Subject: correct macro definition of yywrap X-Git-Tag: flex-2-5-36~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a2b1b76e24d55514bfafd4252ba59fb2dcf4c2fe;p=flex correct macro definition of yywrap --- 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"); }