瀏覽代碼

include exec on Amiga only in the implementation part

git-svn-id: trunk@27065 -
Károly Balogh 11 年之前
父節點
當前提交
7e1051324d
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      compiler/assemble.pas

+ 3 - 3
compiler/assemble.pas

@@ -32,9 +32,6 @@ interface
 
 
 
 
     uses
     uses
-{$ifdef hasamiga}
-      exec,
-{$endif}
       SysUtils,
       SysUtils,
       systems,globtype,globals,aasmbase,aasmtai,aasmdata,ogbase,finput;
       systems,globtype,globals,aasmbase,aasmtai,aasmdata,ogbase,finput;
 
 
@@ -180,6 +177,9 @@ interface
 Implementation
 Implementation
 
 
     uses
     uses
+{$ifdef hasamiga}
+      exec,
+{$endif}
 {$ifdef hasunix}
 {$ifdef hasunix}
       unix,
       unix,
 {$endif}
 {$endif}