Diff for /gforth/kernel/main.fs between versions 1.14 and 1.15

version 1.14, 1999/05/17 15:07:04 version 1.15, 1999/05/18 15:13:50
Line 77  doc-on Line 77  doc-on
 \ include ./vars.fs                \ variables and other stuff  \ include ./vars.fs                \ variables and other stuff
 \ include kernel/version.fs \ is in $(build)/kernel  \ include kernel/version.fs \ is in $(build)/kernel
 include ./kernel.fs              \ load kernel  include ./kernel.fs              \ load kernel
   \ include ./special.fs             \ special must be last!
 \ include ./errore.fs  \ include ./errore.fs
 include ./doers.fs  include ./doers.fs
 has? file [IF]  has? file [IF]
Line 95  include ./cond-old.fs            \ load Line 96  include ./cond-old.fs            \ load
 \ include arch/misc/tt.fs  \ include arch/misc/tt.fs
 \ include arch/misc/sokoban.fs  \ include arch/misc/sokoban.fs
 [THEN]  [THEN]
   include ./quotes.fs
 include ./toolsext.fs  include ./toolsext.fs
 include ./tools.fs               \ load tools ( .s dump )  include ./tools.fs               \ load tools ( .s dump )
 include ./getdoers.fs  include ./getdoers.fs
 include ./special.fs             \ special must be last!  
   
 \ Setup                                                13feb93py  \ Setup                                                13feb93py
   

Removed from v.1.14  
changed lines
  Added in v.1.15


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