More small changes
This commit is contained in:
@@ -1693,7 +1693,8 @@ add_builtins :: (checker : *Semantic_Checker) {
|
||||
|
||||
checker.state = .Adding_Builtins;
|
||||
|
||||
add_file_from_string(checker.result, BUILTIN);
|
||||
checker.result.file = make_file_from_string(BUILTIN);
|
||||
checker.result.allocator = make_arena(*checker.result.arena);
|
||||
|
||||
lexer : Lexer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user