Remove LEX_PANIC macro

This commit is contained in:
Max Brunsfeld 2014-08-26 13:12:12 -07:00
parent 0470b34f2f
commit 346cf4fe5d
6 changed files with 5 additions and 11 deletions

View file

@ -9374,7 +9374,7 @@ LEX_FN() {
ADVANCE(156);
LEX_ERROR();
default:
LEX_PANIC();
LEX_ERROR();
}
}