I think it might be the notion of "efun" that has become contaminated.
Pike v7.4 release 44 running Hilfe v3.5 (Incremental Pike Frontend)
add_constant("blutt", lambda() { return 7; });
(1) Result: 0
blutt();
(2) Result: 7
Is blutt() an efun? It certainly isn't a FUNCTION_BUILTIN.
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)
Previous text:
2004-07-03 11:20: Subject: Warnings from startup script
When is it correct that something that was an efun on encode shouldn't be one at decode? Maybe your problem is in the codec instead?
/ Martin Stjernholm, Roxen IS