From 876a3651d1167a765d76c2dc9a762761047452f9 Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 14 Nov 2006 21:43:29 +0000 Subject: [PATCH] * varsets disabled completely for now git-svn-id: trunk@5384 - --- compiler/fpcdefs.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/fpcdefs.inc b/compiler/fpcdefs.inc index 99c3b03693..0425832101 100644 --- a/compiler/fpcdefs.inc +++ b/compiler/fpcdefs.inc @@ -23,7 +23,7 @@ {$PACKENUM 1} {$ifdef FPC_HAS_VARSETS} {$ifndef FPC_BIG_ENDIAN} -{$PACKSET 1} +{ $PACKSET 1} {$endif} {$endif FPC_HAS_VARSETS}