--- gforth/errors.fs 2003/03/09 15:16:48 1.15 +++ gforth/errors.fs 2007/12/31 17:34:58 1.17 @@ -1,6 +1,6 @@ \ Load in error strings -\ Copyright (C) 1995,1996,1997,1998,1999,2003 Free Software Foundation, Inc. +\ Copyright (C) 1995,1996,1997,1998,1999,2003,2007 Free Software Foundation, Inc. \ This file is part of Gforth. @@ -18,9 +18,8 @@ \ along with this program; if not, write to the Free Software \ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA. -[IFUNDEF] linked \ defined by chains.fs?! -: linked here over @ a, swap ! ; -[THEN] +: linked ( addr -- ) + here over @ a, swap ! ; : errstring ( addr u n -- ) ErrLink linked