The easiest way is probably to remove the werror() efun altogether, and then in master.pike.in add something like
function werror = Files()->_stderr->write;
towards the beginning, and add_constant( "werror", werror ); close to the 'add_constant("write", ... )' code.
/ Per Hedbor ()
Previous text:
2004-07-04 17:41: Subject: Re: Warnings from startup script
Could someone point me to a function which already is implemented in the global context so I can learn how to program this?
Found something, I think, backend.cmod: call_out() for instance. I'll try and model it after that. -- Sincerely, srb@cuci.nl Stephen R. van den Berg (AKA BuGless).
"Good moaning!"
/ Brevbäraren