[gforth] / gforth / kernel / kernel.fs  

gforth: gforth/kernel/kernel.fs

Diff for /gforth/kernel/kernel.fs between version 1.2 and 1.3

version 1.2, Sat Sep 13 12:05:52 1997 UTC version 1.3, Sat May 2 21:29:08 1998 UTC
Line 21 
Line 21 
 include ~+/basics.fs  include ~+/basics.fs
 include ~+/io.fs                \ basic io functions  include ~+/io.fs                \ basic io functions
 has? interpreter [IF]  has? interpreter [IF]
 include ~+/interp.fs  include ~+/int.fs
   has? compiler [IF]
   include ~+/comp.fs
   [THEN]
 [THEN]  [THEN]
 include ~+/accept.fs  include ~+/accept.fs
 include ~+/license.fs  include ~+/license.fs


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help