summaryrefslogtreecommitdiffhomepage
path: root/include/stc/cmap.h
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-09-16 09:04:14 +0200
committerTyge Løvset <[email protected]>2021-09-16 09:04:14 +0200
commitb6cf714079cee97d34cdbea9106a07384ad571cc (patch)
tree2a29faba79c5d00782f7806d57e7b5dbb84bbe8c /include/stc/cmap.h
parente3f877b8327417cf212d66c156b40c70bdc11b6e (diff)
downloadSTC-modified-b6cf714079cee97d34cdbea9106a07384ad571cc.tar.gz
STC-modified-b6cf714079cee97d34cdbea9106a07384ad571cc.zip
Renamed f_tag to F_tag, too invisible. Small other changes.
Diffstat (limited to 'include/stc/cmap.h')
-rw-r--r--include/stc/cmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/stc/cmap.h b/include/stc/cmap.h
index 6cf535e1..989335c1 100644
--- a/include/stc/cmap.h
+++ b/include/stc/cmap.h
@@ -61,7 +61,7 @@ typedef struct { size_t idx; uint_fast8_t hx; } chash_bucket_t;
#ifndef i_prefix
#define i_prefix cmap_
#endif
-#ifdef cx_isset
+#ifdef i_isset
#define cx_MAP_ONLY c_false
#define cx_SET_ONLY c_true
#define cx_keyref(vp) (vp)
@@ -379,7 +379,7 @@ cx_memb(_erase_entry)(Self* self, cx_value_t* _val) {
}
#endif // TEMPLATED IMPLEMENTATION
-#undef cx_isset
+#undef i_isset
#undef cx_keyref
#undef cx_MAP_ONLY
#undef cx_SET_ONLY