--- gforth/exboot.fs 2000/09/23 15:46:55 1.4 +++ gforth/exboot.fs 2003/08/25 14:17:44 1.7 @@ -1,8 +1,8 @@ -\ ( 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 \ 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.