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 17a10fad..747cec07 100644
--- a/examples/complex.c
+++ b/examples/complex.c
@@ -5,7 +5,7 @@ void check_drop(float* v) {printf("destroy %g\n", *v);}
#define i_type FloatStack
#define i_val float
#define i_drop check_drop
-#define i_from c_default_clone
+#define i_from c_default_from
#include <stc/cstack.h>
#define i_type StackList