--- gforth/startup.fs 2004/06/15 09:37:17 1.52 +++ gforth/startup.fs 2005/01/09 19:58:08 1.57 @@ -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 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]