[gforth] / gforth / kernel / main.fs  

gforth: gforth/kernel/main.fs

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

version 1.5, Mon Dec 1 21:37:44 1997 UTC version 1.6, Sat May 2 21:29:08 1998 UTC
Line 78 
Line 78 
 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


Generate output suitable for use with a patch program
Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help