diff options
Diffstat (limited to 'include/stc/cmap.h')
| -rw-r--r-- | include/stc/cmap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/stc/cmap.h b/include/stc/cmap.h index a03d5c83..36417bc9 100644 --- a/include/stc/cmap.h +++ b/include/stc/cmap.h @@ -59,8 +59,8 @@ int main(void) { typedef struct { size_t idx; uint_fast8_t hx; } chash_bucket_t;
#endif // CMAP_H_INCLUDED
-#ifndef i_module
-#define i_module cmap
+#ifndef i_prefix
+#define i_prefix cmap_
#define cx_MAP_ONLY c_true
#define cx_SET_ONLY c_false
#define cx_keyref(vp) (&(vp)->first)
|
