summaryrefslogtreecommitdiffhomepage
path: root/examples/complex.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/complex.c')
-rw-r--r--examples/complex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/complex.c b/examples/complex.c
index 32dd82eb..64c1903e 100644
--- a/examples/complex.c
+++ b/examples/complex.c
@@ -8,7 +8,7 @@ void check_del(float* v) {printf("destroy %g\n", *v);}
#include <stc/cstack.h>
#define i_val cstack_f
-#define i_cmp c_no_compare
+#define i_cmp_none
#define i_valdel cstack_f_del
#define i_tag arr
#include <stc/clist.h>