mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-29 09:59:19 +02:00
AMIGAOS4 is now defined in the compiler, not in the RTL
git-svn-id: trunk@27056 -
This commit is contained in:
parent
d775b148b0
commit
e22228ca27
@ -15,11 +15,6 @@
|
|||||||
|
|
||||||
**********************************************************************}
|
**********************************************************************}
|
||||||
|
|
||||||
{ * Turn on AmigaOS4 mode on PowerPC * }
|
|
||||||
{$IFDEF CPUPOWERPC}
|
|
||||||
{$DEFINE AMIGAOS4}
|
|
||||||
{$ENDIF}
|
|
||||||
|
|
||||||
{*****************************************************************************
|
{*****************************************************************************
|
||||||
AmigaOS structures
|
AmigaOS structures
|
||||||
*****************************************************************************}
|
*****************************************************************************}
|
||||||
|
@ -64,7 +64,7 @@ var
|
|||||||
AOS_DOSBase : Pointer;
|
AOS_DOSBase : Pointer;
|
||||||
AOS_UtilityBase: Pointer;
|
AOS_UtilityBase: Pointer;
|
||||||
|
|
||||||
{$IFDEF CPUPOWERPC}
|
{$IFDEF AMIGAOS4}
|
||||||
{$WARNING iExec, iDOS and iUtility should be typed pointer later}
|
{$WARNING iExec, iDOS and iUtility should be typed pointer later}
|
||||||
var
|
var
|
||||||
IExec : Pointer; external name '_IExec';
|
IExec : Pointer; external name '_IExec';
|
||||||
|
Loading…
Reference in New Issue
Block a user