summaryrefslogtreecommitdiffhomepage
path: root/include/stc/alt/csmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/stc/alt/csmap.h')
-rw-r--r--include/stc/alt/csmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stc/alt/csmap.h b/include/stc/alt/csmap.h
index a2200028..cb976801 100644
--- a/include/stc/alt/csmap.h
+++ b/include/stc/alt/csmap.h
@@ -148,7 +148,7 @@ int main(void) {
} \
\
STC_INLINE _cx_result \
- _cx_memb(_push)(_cx_self* self, i_key key, i_val mapped) { \
+ _cx_memb(_put)(_cx_self* self, i_key key, i_val mapped) { \
return _cx_memb(_insert_or_assign)(self, key, mapped); \
} \
\