Remove LEX_PANIC macro
This commit is contained in:
parent
0470b34f2f
commit
346cf4fe5d
6 changed files with 5 additions and 11 deletions
|
|
@ -330,7 +330,7 @@ class CCodeGenerator {
|
|||
[&]() { code_for_lex_state(lex_table.states[i]); });
|
||||
_case("ts_lex_state_error",
|
||||
[&]() { code_for_lex_state(lex_table.error_state); });
|
||||
_default([&]() { line("LEX_PANIC();"); });
|
||||
_default([&]() { line("LEX_ERROR();"); });
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue