summaryrefslogtreecommitdiffhomepage
path: root/include/stc/clist.h
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2022-04-28 15:20:33 +0200
committerTyge Løvset <[email protected]>2022-04-28 15:20:33 +0200
commitc68b5bac81319612e94b231af234bad6ef559c61 (patch)
treed09e899d69a7d146f2b741c308036c545167be8d /include/stc/clist.h
parentc542a17addd954ef0c5c9c9a80c368773a3d98b7 (diff)
downloadSTC-modified-c68b5bac81319612e94b231af234bad6ef559c61.tar.gz
STC-modified-c68b5bac81319612e94b231af234bad6ef559c61.zip
_i_implement moved to user-level template parameter as i_implement. Removed i_opt flag c_implement. Removed OLD include/alt/clist.h
Diffstat (limited to 'include/stc/clist.h')
-rw-r--r--include/stc/clist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/stc/clist.h b/include/stc/clist.h
index 33aa6feb..0e467737 100644
--- a/include/stc/clist.h
+++ b/include/stc/clist.h
@@ -188,7 +188,7 @@ _cx_memb(_get_mut)(_cx_self* self, i_keyraw val) {
#endif
// -------------------------- IMPLEMENTATION -------------------------
-#if defined(_i_implement)
+#if defined(i_implement)
#if !defined _i_no_clone
STC_DEF _cx_self
@@ -397,6 +397,6 @@ _clist_mergesort(clist_VOID_node *list, int (*cmp)(const clist_VOID_node*, const
}
#endif // !c_no_cmp
#endif // !CLIST_H_INCLUDED
-#endif // _i_implement
+#endif // i_implement
#define CLIST_H_INCLUDED
#include "template.h"