diff options
| author | Tyge Løvset <[email protected]> | 2022-04-27 13:23:10 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2022-04-27 13:23:10 +0200 |
| commit | 8178a02c4048cef03952a075f87da91b6ec2ee96 (patch) | |
| tree | bc5b9a2fc2c64ae5a1b3eb665e828e4246707247 /examples/complex.c | |
| parent | e6738b3da5cbd7703cf3fbd905b3fdac19d0ae24 (diff) | |
| download | STC-modified-8178a02c4048cef03952a075f87da91b6ec2ee96.tar.gz STC-modified-8178a02c4048cef03952a075f87da91b6ec2ee96.zip | |
Finally FIXED cloning/to/from scheme to work properly. When using i_key_bind/i_val_bind, a .._clone() function *must* always be defined.
Functions .._from and .._toraw is only required when i_keyraw/i_valraw type is defined.
Diffstat (limited to 'examples/complex.c')
| -rw-r--r-- | examples/complex.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/complex.c b/examples/complex.c index ef7f711f..12b665c8 100644 --- a/examples/complex.c +++ b/examples/complex.c @@ -5,7 +5,6 @@ void check_drop(float* v) {printf("destroy %g\n", *v);} #define i_type FloatStack
#define i_val float
#define i_valdrop check_drop
-#define i_valfrom c_default_from
#include <stc/cstack.h>
#define i_type StackList
|
