浏览代码

+ reenabled fileio and textio, because consoleio doesn't seem to work without them

git-svn-id: branches/z80@45029 -
nickysn 5 年之前
父节点
当前提交
4c5f095422
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/options.pas

+ 1 - 1
compiler/options.pas

@@ -3364,7 +3364,7 @@ begin
     system_m68k_amiga:
       target_unsup_features:=[f_dynlibs];
     system_z80_zxspectrum:
-      target_unsup_features:=[f_threading,f_dynlibs,f_fileio,f_textio,f_commandargs,f_exitcode];
+      target_unsup_features:=[f_threading,f_dynlibs{,f_fileio,f_textio},f_commandargs,f_exitcode];
     else
       target_unsup_features:=[];
   end;