Change name Scratch_Scope to Scoped_Arena

This commit is contained in:
Krzosa Karol
2023-03-31 17:39:00 +02:00
parent 277404fe95
commit b2e8012afa
12 changed files with 33 additions and 32 deletions

View File

@@ -211,7 +211,7 @@ parse_all_modules() {
CORE_Static Ast_Module *
add_module(Token *pos, Intern_String filename, B32 command_line_module, bool string_only_module) {
Arena *scratch = pctx->scratch;
Scratch_Scope _scope(scratch);
Scoped_Arena _scope(scratch);
String absolute_file_path = {};
String absolute_base_folder = {};