summaryrefslogtreecommitdiffhomepage
path: root/misc/examples
diff options
context:
space:
mode:
authortylov <[email protected]>2023-08-11 22:43:59 +0200
committertylov <[email protected]>2023-08-11 22:43:59 +0200
commit31ba4b2a36dee10b7e5d58561a2c0291cff6faeb (patch)
tree28c56e41c5d3534dc12821d407f4ff808b766cac /misc/examples
parent0c29a8413619870f23682b74c032137e81db17e2 (diff)
downloadSTC-modified-31ba4b2a36dee10b7e5d58561a2c0291cff6faeb.tar.gz
STC-modified-31ba4b2a36dee10b7e5d58561a2c0291cff6faeb.zip
Finalized converting to i_use_cmp (vs i_no_cmp)
Diffstat (limited to 'misc/examples')
-rw-r--r--misc/examples/smartpointers/arc_containers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/examples/smartpointers/arc_containers.c b/misc/examples/smartpointers/arc_containers.c
index c2bff56f..79211d2b 100644
--- a/misc/examples/smartpointers/arc_containers.c
+++ b/misc/examples/smartpointers/arc_containers.c
@@ -12,7 +12,7 @@
#define i_key Map
#define i_keydrop(p) (printf("drop Arc:\n"), Map_drop(p))
// no need for atomic ref. count in single thread:
-#define i_opt c_no_atomic|c_no_cmp
+#define i_opt c_no_atomic
#include <stc/carc.h>
#define i_type Stack