Diff for /gforth/errors.fs between versions 1.15 and 1.17

version 1.15, 2003/03/09 15:16:48 version 1.17, 2007/12/31 17:34:58
Line 1 Line 1
 \ Load in error strings  \ 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.  \ This file is part of Gforth.
   
Line 18 Line 18
 \ along with this program; if not, write to the Free Software  \ along with this program; if not, write to the Free Software
 \ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.  \ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
   
 [IFUNDEF] linked \ defined by chains.fs?!  : linked ( addr -- )
 : linked        here over @ a, swap ! ;      here over @ a, swap ! ;
 [THEN]  
   
 : errstring ( addr u n -- )  : errstring ( addr u n -- )
     ErrLink linked      ErrLink linked

Removed from v.1.15  
changed lines
  Added in v.1.17


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>