Diff for /gforth/startup.fs between versions 1.4 and 1.8

version 1.4, 1994/08/31 16:37:50 version 1.8, 1994/10/27 16:32:23
Line 3 Line 3
   
 warnings off  warnings off
   
 include search-order.fs  \ include float.fs
 \ include etags.fs  \ include search-order.fs
 include float.fs  include glocals.fs
 include environ.fs  include environ.fs
 \ include toolsext.fs  \ include toolsext.fs
 include wordinfo.fs  include wordinfo.fs
Line 14  include vt100.fs Line 14  include vt100.fs
 include see.fs  include see.fs
 include bufio.fs  include bufio.fs
 include debug.fs  include debug.fs
   include history.fs
   \ include doskey.fs
   include vt100key.fs
   
 0 Value $?  0 Value $?
 : sh  '# parse cr system  to $? ;  : sh  '# parse cr system  to $? ;

Removed from v.1.4  
changed lines
  Added in v.1.8


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