From 95f6a7a5159a33510e1fe39e52eb61cd37e7da96 Mon Sep 17 00:00:00 2001
From: Jonas Maebe <jonas@freepascal.org>
Date: Mon, 29 Dec 2003 15:54:29 +0000
Subject: [PATCH]   * fixed for non-x86

---
 tests/webtbs/tw1269.pp | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/tests/webtbs/tw1269.pp b/tests/webtbs/tw1269.pp
index 90360ed819..49399cf735 100644
--- a/tests/webtbs/tw1269.pp
+++ b/tests/webtbs/tw1269.pp
@@ -2,10 +2,9 @@
 { Submitted by "Rob Kolstad" on  2000-11-28 }
 { e-mail: kolstad@ace.delos.com }
 
-{$ifdef cpu68k}
+{$ifndef cpui386}
   {$define COMP_IS_INT64}
-{$endif cpu68k}
-
+{$endif cpui386}
 
 var
   A : array [0..25, 0..100] of comp;