summaryrefslogtreecommitdiffhomepage
path: root/misc/examples/linkedlists/list.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/examples/linkedlists/list.c')
-rw-r--r--misc/examples/linkedlists/list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/examples/linkedlists/list.c b/misc/examples/linkedlists/list.c
index 518cc09b..e83dc6b2 100644
--- a/misc/examples/linkedlists/list.c
+++ b/misc/examples/linkedlists/list.c
@@ -5,7 +5,7 @@
#define i_type DList
#define i_key double
-#define i_cmp_native
+#define i_use_cmp
#include <stc/clist.h>
int main(void) {