From 4694e23046f3692f7e4b857f8ea8a8ffd0374dbf Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Thu, 20 Oct 2022 21:28:00 +0200 Subject: Fixed previous commit, and city.c example. --- include/stc/template.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/stc/template.h') diff --git a/include/stc/template.h b/include/stc/template.h index 000b516e..4e954b46 100644 --- a/include/stc/template.h +++ b/include/stc/template.h @@ -142,7 +142,7 @@ #ifndef i_cmp #define i_cmp c_paste(i_keyraw, _cmp) #endif - #if !defined i_hash + #ifndef i_hash #define i_hash c_paste(i_keyraw, _hash) #endif #endif -- cgit v1.2.3