[gforth] / gforth / kernel / main.fs  

gforth: gforth/kernel/main.fs

Diff for /gforth/kernel/main.fs between version 1.12 and 1.13

version 1.12, Sun Dec 20 11:20:30 1998 UTC version 1.13, Mon Feb 22 18:31:24 1999 UTC
Line 74 
Line 74 
   
 0 AConstant forthstart  0 AConstant forthstart
   
 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 errore.fs  include ./errore.fs
 include doers.fs  include ./doers.fs
 has? file [IF]  has? file [IF]
 include args.fs  include ./args.fs
 include files.fs               \ load file words  include ./files.fs               \ load file words
 include paths.fs  include ./paths.fs
 include require.fs  include ./require.fs
 [THEN]  [THEN]
   
 has? compiler [IF]  has? compiler [IF]
 has? glocals [IF]  has? glocals [IF]
 include cond.fs                \ load IF and co  include ./cond.fs                \ load IF and co
 [ELSE]  [ELSE]
 include cond-old.fs            \ load IF and co w/o locals  include ./cond-old.fs            \ load IF and co w/o locals
 [THEN]  [THEN]
 \ include arch/misc/tt.fs  \ include arch/misc/tt.fs
 \ include arch/misc/sokoban.fs  \ include arch/misc/sokoban.fs
 [THEN]  [THEN]
 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!  include ./special.fs             \ special must be last!
   
 \ Setup                                                13feb93py  \ Setup                                                13feb93py
   


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help