mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 01:39:26 +02:00
include exec on Amiga only in the implementation part
git-svn-id: trunk@27065 -
This commit is contained in:
parent
9ec1d4ee89
commit
7e1051324d
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user