[gforth] / gforth / exboot.fs  

gforth: gforth/exboot.fs

Diff for /gforth/exboot.fs between version 1.8 and 1.9

version 1.8, Sun Jan 18 22:21:28 2004 UTC version 1.9, Mon Jan 19 07:52:32 2004 UTC
Line 30 
Line 30 
 \ included-files 2@ image-included-files 2!  \ included-files 2@ image-included-files 2!
   
 \ now boot  \ now boot
 pathstring 2@ argv @ argc @ boot  
   pathstring 2@ argv @ argc @
   [defined] next-arg 0= [if]
       \ for compatibility with old versions
       swap cell+ swap 1-
   [endif]
   boot
   


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help