--- gforth/startup.fs 2005/01/06 21:31:51 1.55 +++ gforth/startup.fs 2005/01/09 19:58:08 1.57 @@ -31,8 +31,10 @@ include envos.fs include errors.fs include extend.fs \ load core-extended include hash.fs -require xchars.fs +[ifundef] xemit + require kernel/xchars.fs +[then] \ require interpretation.fs \ include float.fs \ include search.fs