Browse Source

* fixed for non-x86

Jonas Maebe 21 years ago
parent
commit
95f6a7a515
1 changed files with 2 additions and 3 deletions
  1. 2 3
      tests/webtbs/tw1269.pp

+ 2 - 3
tests/webtbs/tw1269.pp

@@ -2,10 +2,9 @@
 { Submitted by "Rob Kolstad" on  2000-11-28 }
 { e-mail: [email protected] }
 
-{$ifdef cpu68k}
+{$ifndef cpui386}
   {$define COMP_IS_INT64}
-{$endif cpu68k}
-
+{$endif cpui386}
 
 var
   A : array [0..25, 0..100] of comp;