Diff for /gforth/kernel/kernel.fs between versions 1.5 and 1.6

version 1.5, 1998/12/08 22:03:11 version 1.6, 1998/12/11 22:54:31
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

Removed from v.1.5  
changed lines
  Added in v.1.6


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>