[gforth] / gforth / kernel / kernel.fs  

gforth: gforth/kernel/kernel.fs

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

version 1.3, Sat May 2 21:29:08 1998 UTC version 1.4, Sun May 31 19:29:33 1998 UTC
Line 18 
Line 18 
 \ along with this program; if not, write to the Free Software  \ along with this program; if not, write to the Free Software
 \ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  \ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
   
 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 ~+/int.fs  include ./int.fs
 has? compiler [IF]  has? compiler [IF]
 include ~+/comp.fs  include ./comp.fs
 [THEN]  [THEN]
 [THEN]  [THEN]
 include ~+/accept.fs  include ./accept.fs
 include ~+/license.fs  include ./license.fs
 include ~+/nio.fs  include ./nio.fs


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help