diff options
| author | Ginger Bill <bill@gingerbill.org> | 2016-09-27 19:47:27 +0100 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2016-09-27 19:47:27 +0100 |
| commit | 6088cbeddb84e25e5966a1876ad4ffcaad6676c9 (patch) | |
| tree | 33b09a30bd9922a39195d96df44cb0ce8457b17d /src/common.cpp | |
| parent | f6bbd8a4c2206189c8c77f51b38a421d43d66e76 (diff) | |
Fix: double declaration in SSA
Diffstat (limited to 'src/common.cpp')
| -rw-r--r-- | src/common.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.cpp b/src/common.cpp index b714f1588..9b38d4859 100644 --- a/src/common.cpp +++ b/src/common.cpp @@ -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); |