diff options
Diffstat (limited to 'roms/SLOF/slof/fs/base.fs')
-rw-r--r-- | roms/SLOF/slof/fs/base.fs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/roms/SLOF/slof/fs/base.fs b/roms/SLOF/slof/fs/base.fs index e71e087eb..03e77e54f 100644 --- a/roms/SLOF/slof/fs/base.fs +++ b/roms/SLOF/slof/fs/base.fs @@ -579,8 +579,6 @@ defer cursor-off ( -- ) #include "debug.fs" \ provide 7.5.3.1 Dictionary search #include "dictionary.fs" -\ block data access for IO devices - ought to be implemented in engine -#include "rmove.fs" \ provide a simple run time preprocessor #include <preprocessor.fs> |