From a7f1878fc94b61df7ec3d9ede60ec8b96814b290 Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 27 Mar 2004 23:21:21 +0000 Subject: [PATCH] * fixed comp/int64 issue --- tests/test/tstring4.pp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test/tstring4.pp b/tests/test/tstring4.pp index a8447c9729..847bb021df 100644 --- a/tests/test/tstring4.pp +++ b/tests/test/tstring4.pp @@ -6,6 +6,9 @@ Program ansitest; {$ifdef cpupowerpc} {$define COMP_IS_INT64} {$endif cpupowerpc} +{$ifdef FPC_COMP_IS_INT64} + {$define COMP_IS_INT64} +{$endif FPC_COMP_IS_INT64} {$ifndef fpc} Function Memavail : Longint;