Diff for /gforth/startup.fs between versions 1.22 and 1.23

version 1.22, 1997/05/21 20:39:41 version 1.23, 1997/07/06 15:55:25
Line 19 Line 19
 \ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  \ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
   
 warnings off  warnings off
   include search.fs
   include environ.fs
 include errors.fs  include errors.fs
 include extend.fs              \ load core-extended  include extend.fs              \ load core-extended
 \ include tools.fs               \ load tools ( .s dump )  include hash.fs
 \ include toolsext.fs  
   
 \ require interpretation.fs  \ require interpretation.fs
 \ include float.fs  \ include float.fs
 \ include search.fs  \ include search.fs
 include glocals.fs  include glocals.fs
 include environ.fs  
 \ include toolsext.fs  
 include wordinfo.fs  include wordinfo.fs
 include vt100.fs  include vt100.fs
 \ include colorize.fs  \ include colorize.fs

Removed from v.1.22  
changed lines
  Added in v.1.23


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>