Diff for /gforth/exboot.fs between versions 1.4 and 1.7

version 1.4, 2000/09/23 15:46:55 version 1.7, 2003/08/25 14:17:44
Line 1 Line 1
 \ ( n -- ) include exceptions.fs and restart Gforth, ignoring the  \ ( n -- ) include except.fs and restart Gforth, ignoring the
 \ first n arguments. Gforth is restarted to create an exception frame  \ first n arguments. Gforth is restarted to create an exception frame
 \ for the exception handler.  \ for the exception handler.
   
 \ Copyright (C) 2000 Free Software Foundation, Inc.  \ Copyright (C) 2000,2001,2003 Free Software Foundation, Inc.
   
 \ This file is part of Gforth.  \ This file is part of Gforth.
   

Removed from v.1.4  
changed lines
  Added in v.1.7


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