summaryrefslogtreecommitdiffhomepage
path: root/misc/examples/mixed/demos.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/examples/mixed/demos.c')
-rw-r--r--misc/examples/mixed/demos.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/examples/mixed/demos.c b/misc/examples/mixed/demos.c
index 7f5091fd..43c9a7ae 100644
--- a/misc/examples/mixed/demos.c
+++ b/misc/examples/mixed/demos.c
@@ -53,6 +53,7 @@ void vectordemo1(void)
}
#define i_key_str
+#define i_use_cmp
#include <stc/cvec.h>
void vectordemo2(void)
@@ -74,7 +75,7 @@ void vectordemo2(void)
#define i_key int
#define i_tag ix
-#define i_cmp_native
+#define i_use_cmp
#include <stc/clist.h>
void listdemo1(void)