From 4f563eefcf4a2feab019aa16fe1ca02076352177 Mon Sep 17 00:00:00 2001 From: Tyge Løvset <60263450+tylo-work@users.noreply.github.com> Date: Thu, 5 Mar 2020 10:56:19 +0100 Subject: Renamed from CMap_STR to CMap_StringKey --- cmap.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmap.h b/cmap.h index c7f7d93c..b8dcf545 100644 --- a/cmap.h +++ b/cmap.h @@ -57,12 +57,12 @@ typedef struct CMapEntry_##tag CMapEntry_##tag // CMap: -#define declare_CMap_STR(...) cdef_MACRO_OVERLOAD(declare_CMap_STR, __VA_ARGS__) +#define declare_CMap_StringKey(...) cdef_MACRO_OVERLOAD(declare_CMap_StringKey, __VA_ARGS__) -#define declare_CMap_STR_2(tag, Value) \ +#define declare_CMap_StringKey_2(tag, Value) \ declare_CMap_STR_3(tag, Value, cdef_destroy) -#define declare_CMap_STR_3(tag, Value, valueDestroy) \ +#define declare_CMap_StringKey_3(tag, Value, valueDestroy) \ declare_CMap_10(tag, CString, Value, valueDestroy, const char*, cstring_getRaw, cstring_compare, cstring_hash, cstring_make, cstring_destroy) -- cgit v1.2.3