1
0

genksyms: migrate parser to implicit rules

Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
Este cometimento está contido em:
Arnaud Lacombe
2011-05-23 00:05:28 -04:00
ascendente 6b19e7e49e
cometimento 880f4499bb
3 ficheiros modificados com 9 adições e 48 eliminações

Ver ficheiro

@@ -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. */