2
0
Эх сурвалжийг харах

include exec on Amiga only in the implementation part

git-svn-id: trunk@27065 -
Károly Balogh 11 жил өмнө
parent
commit
7e1051324d

+ 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}