Per Hedbor () @ Pike (-) developers forum wrote:
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.
Well, close. I've already produced something that works. Checking it in now. I'll see if it can be even further reduced.