Browse Source

* fixed test for x86_64 which supports a native comp type

florian 21 years ago
parent
commit
2ba892c5bd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/tbs/tb0281.pp

+ 2 - 2
tests/tbs/tb0281.pp

@@ -1,9 +1,9 @@
 { Old file: tbs0333.pp }
 {  }
 
-{$ifndef CPUI386}
+{$if not(defined(CPUI386)) and not(defined(CPUX86_64))}
   {$define COMP_IS_INT64}
-{$endif CPUI386}
+{$endif}
 
 
 var