summaryrefslogtreecommitdiffhomepage
path: root/misc/examples/smartpointers/arc_containers.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/examples/smartpointers/arc_containers.c')
-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