--- gforth/kernel/tools.fs 1999/05/05 12:06:18 1.12 +++ gforth/kernel/tools.fs 2000/09/23 15:47:12 1.16 @@ -1,6 +1,6 @@ \ TOOLS.FS Toolkit extentions 2may93jaw -\ Copyright (C) 1995,1998 Free Software Foundation, Inc. +\ Copyright (C) 1995,1998,1999 Free Software Foundation, Inc. \ This file is part of Gforth. @@ -16,10 +16,14 @@ \ You should have received a copy of the GNU General Public License \ along with this program; if not, write to the Free Software -\ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +\ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA. \ May be cross-compiled +require ./io.fs \ type ... +require ./nio.fs \ . <# ... +require ./int.fs \ wordlist-id .. + hex \ .S CORE / CORE EXT 9may93jaw @@ -96,4 +100,3 @@ include ./../termsize.fs ' words alias vlist ( -- ) \ gforth \g Old (pre-Forth-83) name for @code{WORDS}. -