Diff for /gforth/kernel/main.fs between versions 1.5 and 1.6

version 1.5, 1997/12/01 21:37:44 version 1.6, 1998/05/02 21:29:08
Line 78  include kernel/vars.fs                \ Line 78  include kernel/vars.fs                \
 include kernel/errore.fs  include kernel/errore.fs
 include kernel/version.fs  include kernel/version.fs
 include kernel/kernel.fs              \ load kernel  include kernel/kernel.fs              \ load kernel
   include kernel/doers.fs
 has? file [IF]  has? file [IF]
 include kernel/args.fs  include kernel/args.fs
 include kernel/files.fs               \ load file words  include kernel/files.fs               \ load file words
 include kernel/paths.fs  include kernel/paths.fs
 include kernel/require.fs  include kernel/require.fs
 [THEN]  [THEN]
   
   has? compiler [IF]
 has? glocals [IF]  has? glocals [IF]
 include kernel/cond.fs                \ load IF and co  include kernel/cond.fs                \ load IF and co
 [ELSE]  [ELSE]
 include kernel/cond-old.fs            \ load IF and co w/o locals  include kernel/cond-old.fs            \ load IF and co w/o locals
 [THEN]  [THEN]
 include kernel/tools.fs               \ load tools ( .s dump )  
 include kernel/toolsext.fs  include kernel/toolsext.fs
 \ include arch/misc/tt.fs  \ include arch/misc/tt.fs
 \ include arch/misc/sokoban.fs  \ include arch/misc/sokoban.fs
   [THEN]
   include kernel/tools.fs               \ load tools ( .s dump )
   include kernel/doers.fs
   include kernel/getdoers.fs
 include kernel/special.fs             \ special must be last!  include kernel/special.fs             \ special must be last!
   
 \ Setup                                                13feb93py  \ Setup                                                13feb93py

Removed from v.1.5  
changed lines
  Added in v.1.6


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