I just checked in a patch to Pike to get rid of that silly "Expected efun constan" in the logfile. The patch works, I'm just wondering if the patch doesn't have any other unexpected side-effects.
The check is there for a reason...
Hint: Check the macro DO_CALL_BUILTIN in interpret_functions.h. What do you think happens if s->subtype isn't FUNCTION_BUILTIN?
The loading is so much faster now, the memory usage is down, the logfiles are clean(er).
The logfiles are cleaner as long as those werrors aren't called...
/ Henrik Grubbström (Lysator)
Previous text:
2004-07-03 02:43: Subject: Warnings from startup script
I just checked in a patch to Pike to get rid of that silly "Expected efun constan" in the logfile. The patch works, I'm just wondering if the patch doesn't have any other unexpected side-effects.
The loading is so much faster now, the memory usage is down, the logfiles are clean(er).
/ Stephen R. van den Berg