Browse Source

* fixed for ppc

Jonas Maebe 22 years ago
parent
commit
706de77ef7
1 changed files with 3 additions and 0 deletions
  1. 3 0
      tests/test/tstring4.pp

+ 3 - 0
tests/test/tstring4.pp

@@ -3,6 +3,9 @@ Program ansitest;
 {$ifdef cpu68k}
 {$ifdef cpu68k}
   {$define COMP_IS_INT64}
   {$define COMP_IS_INT64}
 {$endif cpu68k}
 {$endif cpu68k}
+{$ifdef cpupowerpc}
+  {$define COMP_IS_INT64}
+{$endif cpupowerpc}
 
 
 {$ifndef fpc}
 {$ifndef fpc}
 Function Memavail : Longint;
 Function Memavail : Longint;