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

version 1.13, 2003/02/17 22:42:08 version 1.15, 2003/03/09 15:16:48
Line 1 Line 1
 \ Load in error strings  \ Load in error strings
   
 \ Copyright (C) 1995,1996,1997,1998,1999 Free Software Foundation, Inc.  \ Copyright (C) 1995,1996,1997,1998,1999,2003 Free Software Foundation, Inc.
   
 \ This file is part of Gforth.  \ This file is part of Gforth.
   
Line 103  variable next-exception -2050 next-excep Line 103  variable next-exception -2050 next-excep
     next-exception @      next-exception @
     -1 next-exception +! ;      -1 next-exception +! ;
   
   -2049 constant broken-pipe-error ( -- n ) \ gforth
   \G the error number for a broken pipe
   

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


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