瀏覽代碼

* fixed comp/int64 issue

florian 21 年之前
父節點
當前提交
a7f1878fc9
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      tests/test/tstring4.pp

+ 3 - 0
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;