Refactor to keep lexerState and lexerStateEOL static

Also run `clang-format` on everything
This commit is contained in:
Rangi42
2024-03-23 19:14:46 -04:00
parent c075ffb570
commit e9e8915725
9 changed files with 179 additions and 198 deletions
+1 -1
View File
@@ -1128,7 +1128,7 @@ export_list_entry:
include:
label POP_INCLUDE string endofline {
fstk_RunInclude($3);
fstk_RunInclude($3, false);
if (failedOnMissingInclude)
YYACCEPT;
}