--- gforth/startup.fs 2004/06/15 09:37:17 1.52 +++ gforth/startup.fs 2006/01/28 17:55:32 1.61 @@ -1,6 +1,6 @@ \ startup file -\ Copyright (C) 1995,1996,1997,1998,2000,2003 Free Software Foundation, Inc. +\ Copyright (C) 1995,1996,1997,1998,2000,2003,2004,2005 Free Software Foundation, Inc. \ This file is part of Gforth. @@ -32,6 +32,9 @@ include errors.fs include extend.fs \ load core-extended include hash.fs +[ifundef] xemit + require kernel/xchars.fs +[then] \ require interpretation.fs \ include float.fs \ include search.fs @@ -43,6 +46,7 @@ include wordinfo.fs include vt100.fs \ include colorize.fs include bufio.fs +require utf-8.fs include history.fs s" os-class" environment? dup [IF] drop s" unix" str= [THEN] [IF] @@ -97,6 +101,11 @@ true constant search-order true constant search-order-ext true constant string true constant string-ext +\ extension queries +' noop alias X:deferred +' noop alias X:extension-query +' noop alias X:parse-name +' noop alias X:defined set-current warnings on