Fix crashes

This commit is contained in:
Krzosa Karol
2022-05-28 17:48:52 +02:00
parent 798453c7db
commit 7de941899f
6 changed files with 25 additions and 7 deletions

View File

@@ -121,7 +121,6 @@ struct Lex_Stream{
String file;
S32 line;
S32 inside_brace_paren;
S32 last_valid_indent;
Array<Token *> indent_stack;
};