From 3ce0e329bd97ff36a531ce693fe64769c5644df8 Mon Sep 17 00:00:00 2001 From: florian Date: Wed, 24 Jan 2007 20:31:30 +0000 Subject: [PATCH] * varsets shouldn't be enabled in the compiler currently git-svn-id: trunk@6175 - --- compiler/fpcdefs.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/fpcdefs.inc b/compiler/fpcdefs.inc index 53abe75f10..18f66c3c23 100644 --- a/compiler/fpcdefs.inc +++ b/compiler/fpcdefs.inc @@ -23,7 +23,7 @@ {$PACKENUM 1} {$ifdef FPC_HAS_VARSETS} {$ifndef FPC_BIG_ENDIAN} -{$define USE_PACKSET1} +{ $define USE_PACKSET1} {$endif} {$endif FPC_HAS_VARSETS}