Cool. I want a C preprocessor where I can define macros like that!
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)
Previous text:
2003-11-19 00:06: Subject: fake_dynamic_load.pike
It generates import_functions.h. Interesting, this is probably the reason why the dynamic loading doesn't work anymore:
/* bignum.protos:1 */ #define (*int64_from_bignum) (*(int(*)(long long*,struct object*))(PikeSymbol[0])) /* bignum.protos:2 */ #define (*push_int64) (*(void(*)(long long))(PikeSymbol[1])) /* bignum.protos:3 */ #define (*reduce_stack_top_bignum) (*(void(*)(void))(PikeSymbol[2]))
/ Martin Stjernholm, Roxen IS