mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-08 14:03:14 +00:00
Fix: double declaration in SSA
This commit is contained in:
@@ -196,6 +196,7 @@ template <typename T> void multi_map_remove_all(Map<T> *h, HashKey key);
|
||||
|
||||
|
||||
|
||||
|
||||
template <typename T>
|
||||
gb_inline void map_init(Map<T> *h, gbAllocator a) {
|
||||
gb_array_init(h->hashes, a);
|
||||
|
||||
Reference in New Issue
Block a user