Don't reuse unexpected tokens for now

This commit is contained in:
Max Brunsfeld 2016-07-17 07:25:13 -07:00
parent 285f2272fd
commit fa8993460e

View file

@ -211,7 +211,7 @@ class CCodeGenerator {
}
void add_parse_table() {
add_parse_action_list_id(ParseTableEntry{ {}, true, false });
add_parse_action_list_id(ParseTableEntry{ {}, false, false });
size_t state_id = 0;
line("#pragma GCC diagnostic push");