]> git.saurik.com Git - bison.git/blobdiff - src/scan-code.l
Undo last commit.
[bison.git] / src / scan-code.l
index 4fc0664e8d3e367c2b141805d7e479dd1389a11d..f4aa02cbb0a601849ab8d8ccdc87d2627f99762c 100644 (file)
 %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
 #define code_wrap() 1
 
 #define FLEX_PREFIX(Id) code_ ## Id
-#include "complain.h"
 #include "flex-scanner.h"
+
+#include "complain.h"
 #include "reader.h"
 #include "getargs.h"
 #include <assert.h>