Don't reuse unexpected tokens for now
This commit is contained in:
parent
285f2272fd
commit
fa8993460e
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue