mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-18 20:02:22 -07:00
Simplify compiler's Map and create a StringMap specifically for strings
This commit is contained in:
+1
-1
@@ -2254,7 +2254,7 @@ Selection lookup_field_from_index(Type *type, i64 index) {
|
||||
}
|
||||
|
||||
|
||||
Entity *scope_lookup_current(Scope *s, String name);
|
||||
Entity *scope_lookup_current(Scope *s, String const &name);
|
||||
|
||||
Selection lookup_field_with_selection(Type *type_, String field_name, bool is_type, Selection sel, bool allow_blank_ident) {
|
||||
GB_ASSERT(type_ != nullptr);
|
||||
|
||||
Reference in New Issue
Block a user