Quellcode durchsuchen

include exec on Amiga only in the implementation part

git-svn-id: trunk@27065 -
Károly Balogh vor 11 Jahren
Ursprung
Commit
7e1051324d
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 3 3
      compiler/assemble.pas

+ 3 - 3
compiler/assemble.pas

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