Browse Source

AMIGAOS4 is now defined in the compiler, not in the RTL

git-svn-id: trunk@27056 -
Károly Balogh 11 years ago
parent
commit
e22228ca27
2 changed files with 1 additions and 6 deletions
  1. 0 5
      rtl/amiga/sysos.inc
  2. 1 1
      rtl/amiga/system.pp

+ 0 - 5
rtl/amiga/sysos.inc

@@ -15,11 +15,6 @@
 
 
  **********************************************************************}
  **********************************************************************}
 
 
-{ * Turn on AmigaOS4 mode on PowerPC * }
-{$IFDEF CPUPOWERPC}
- {$DEFINE AMIGAOS4}
-{$ENDIF}
-
 {*****************************************************************************
 {*****************************************************************************
                            AmigaOS structures
                            AmigaOS structures
 *****************************************************************************}
 *****************************************************************************}

+ 1 - 1
rtl/amiga/system.pp

@@ -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';