
April 26, 2015
9:39 p.m.
On Sun, Apr 26, 2015 at 07:15:37PM +0100, Mark Cave-Ayland wrote:
Other Forth systems use "warning off" around deliberate redefinitions, you might want to do the same.
Yeah sadly OpenBIOS doesn't implement "warning off" yet. I know this is needed for Solaris 64-bit boot, so at the very minimum there needs to be a dummy word in place...
Here you go, feel free to steal / modify it as you wish. 0 VARIABLE warning Wow that was hard ;-) Segher