[gforth] / gforth / kernel / main.fs  

gforth: gforth/kernel/main.fs

Diff for /gforth/kernel/main.fs between version 1.17 and 1.18

version 1.17, Thu Dec 30 20:43:26 1999 UTC version 1.18, Thu May 4 09:33:10 2000 UTC
Line 27 
Line 27 
   
 Create mach-file here over 1+ allot place  Create mach-file here over 1+ allot place
   
 require ./../search.fs  0 [IF]
 require ./../errors.fs  \ debugging: produce a relocation and a symbol table
 require ./../extend.fs  s" rel-table" r/w create-file throw
   Constant fd-relocation-table
   
   \ debuggging: produce a symbol table
   s" sym-table" r/w create-file throw
   Constant fd-symbol-table
   [THEN]
   
   
   bl word vocabulary find nip 0= [IF]
   \ if search order stuff is missing assume we compile on a gforth
   \ system and include it
   \ We want the files taken from out current gforth installation
   \ so we don't include relatively to this file
   
   require search.fs
   require errors.fs
   require extend.fs
   
   [THEN]
   
 \ include etags.fs  \ include etags.fs
   


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help