]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - scripts/genksyms/lex.l
genksyms: migrate parser to implicit rules
[karo-tx-linux.git] / scripts / genksyms / lex.l
index e4ddd493fec3eac20061b1d3701a47c0c36c6ab7..400ae06a70df0ba9b17640d8bd67f0756b802f36 100644 (file)
@@ -29,7 +29,7 @@
 #include <ctype.h>
 
 #include "genksyms.h"
-#include "parse.h"
+#include "parse.tab.h"
 
 /* We've got a two-level lexer here.  We let flex do basic tokenization
    and then we categorize those basic tokens in the second stage.  */
@@ -94,7 +94,7 @@ MC_TOKEN              ([~%^&*+=|<>/-]=)|(&&)|("||")|(->)|(<<)|(>>)
 
 /* Bring in the keyword recognizer.  */
 
-#include "keywords.c"
+#include "keywords.hash.c"
 
 
 /* Macros to append to our phrase collection list.  */