mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-10 04:18:11 +00:00
Improve default scope size
This commit is contained in:
@@ -1638,7 +1638,7 @@ bool check_builtin_procedure(CheckerContext *c, Operand *operand, Ast *call, i32
|
||||
}
|
||||
}
|
||||
StringSet name_set = {};
|
||||
string_set_init(&name_set, temporary_allocator(), 2*ce->args.count);
|
||||
string_set_init(&name_set, heap_allocator(), 2*ce->args.count);
|
||||
|
||||
for_array(i, ce->args) {
|
||||
String name = {};
|
||||
|
||||
Reference in New Issue
Block a user