From 6088cbeddb84e25e5966a1876ad4ffcaad6676c9 Mon Sep 17 00:00:00 2001 From: Ginger Bill Date: Tue, 27 Sep 2016 19:47:27 +0100 Subject: Fix: double declaration in SSA --- src/common.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common.cpp') 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 void multi_map_remove_all(Map *h, HashKey key); + template gb_inline void map_init(Map *h, gbAllocator a) { gb_array_init(h->hashes, a); -- cgit v1.2.3