]> git.saurik.com Git - bison.git/blobdiff - src/scan-code.l
* src/flex-scanner.h: For the sake of Flex 2.5.4, don't #define yyleng
[bison.git] / src / scan-code.l
index 2d128bfc749cadfd1987c2d15d29f55260b6663b..94a8eeb5afcc5c98b2b5247edb8ebd79998e3755 100644 (file)
@@ -24,6 +24,9 @@
 %option prefix="code_" outfile="lex.yy.c"
 
 %{
+#include <config.h>
+#include "system.h"
+
 /* Work around a bug in flex 2.5.31.  See Debian bug 333231
    <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=333231>.  */
 #undef code_wrap