]> granicus.if.org Git - flex/commitdiff
correct macro definition of yywrap
authorWill Estes <wlestes@users.sourceforge.net>
Fri, 3 Feb 2012 21:47:46 +0000 (21:47 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Fri, 3 Feb 2012 21:47:46 +0000 (21:47 +0000)
main.c

diff --git a/main.c b/main.c
index cec2d77d3ab639a6f30bdcb1e79ee14cd34ce9f4..0a9f2568b2c75d301cda47025092bf4ac5c29c71 100644 (file)
--- 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");
        }