--- gforth/kernel/kernel.fs 2011/10/06 20:04:35 1.23 +++ gforth/kernel/kernel.fs 2011/10/14 13:40:34 1.24 @@ -22,7 +22,11 @@ has? interpreter [IF] include ./int.fs has? compiler [IF] - include ./comp.fs + has? EC [IF] + include ./comp-ec.fs + [ELSE] + include ./comp.fs + [THEN] [THEN] [THEN] has? new-input [IF]