summaryrefslogtreecommitdiffhomepage
path: root/include/stc/cbits.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/cbits.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/cbits.h')
-rw-r--r--include/stc/cbits.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stc/cbits.h b/include/stc/cbits.h
index 8d030e25..8964c275 100644
--- a/include/stc/cbits.h
+++ b/include/stc/cbits.h
@@ -165,7 +165,7 @@ STC_INLINE void cbits_xor(cbits *self, cbits other) {
}
#endif
-#if defined(_i_implement)
+#if defined(i_implement)
STC_DEF cbits* cbits_copy(cbits* self, cbits other) {
if (self->data64 == other.data64) return self;