mirror of
https://github.com/odin-lang/Odin.git
synced 2026-05-15 16:54:26 +00:00
Make core library use procedure groupings rather than normal overloading
This commit is contained in:
@@ -780,7 +780,7 @@ Entity *scope_insert_entity(Scope *s, Entity *entity) {
|
||||
HashKey key = hash_string(name);
|
||||
Entity **found = map_get(&s->elements, key);
|
||||
|
||||
#if 1
|
||||
#ifndef DISABLE_PROCEDURE_OVERLOADING
|
||||
// IMPORTANT NOTE(bill): Procedure overloading code
|
||||
Entity *prev = nullptr;
|
||||
if (found) {
|
||||
|
||||
Reference in New Issue
Block a user