--- gforth/kernel/errore.fs 1998/08/29 20:46:14 1.3 +++ gforth/kernel/errore.fs 1998/12/11 22:54:31 1.5 @@ -1,6 +1,6 @@ \ ERRORE.FS English error strings 9may93jaw -\ Copyright (C) 1995 Free Software Foundation, Inc. +\ Copyright (C) 1995,1996,1997,1998 Free Software Foundation, Inc. \ This file is part of Gforth. @@ -34,9 +34,13 @@ decimal \ error numbers between -512 and -2047 are for OS errors and are \ handled with strerror +has? OS [IF] : >stderr ( -- ) r> outfile-id >r stderr to outfile-id >exec r> to outfile-id ; +[ELSE] +: >stderr ; +[THEN] : .error ( n -- ) >stderr