--- gforth/kernel/kernel.fs 1999/02/22 18:31:24 1.7 +++ gforth/kernel/kernel.fs 1999/05/17 15:07:04 1.8 @@ -18,8 +18,8 @@ \ along with this program; if not, write to the Free Software \ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -include ./basics.fs -include ./io.fs \ basic io functions +\ include ./basics.fs +\ include ./io.fs \ basic io functions has? interpreter [IF] include ./int.fs has? compiler [IF] @@ -28,4 +28,4 @@ include ./comp.fs [THEN] include ./accept.fs include ./license.fs -include ./nio.fs +\ include ./nio.fs