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

version 1.15, 2003/03/09 15:16:48 version 1.16, 2007/01/14 22:19:35
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.16


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