mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 21:59:47 +02:00
- removed FPC_HAS_VARSETS-related checks, FPC 2.6.4 has it
git-svn-id: trunk@31690 -
This commit is contained in:
parent
858fd37483
commit
1c2bac7608
@ -7,11 +7,9 @@
|
||||
|
||||
{ This reduces the memory requirements a lot }
|
||||
{$PACKENUM 1}
|
||||
{$ifdef FPC_HAS_VARSETS}
|
||||
{$ifndef FPC_BIG_ENDIAN}
|
||||
{ $define USE_PACKSET1}
|
||||
{$endif}
|
||||
{$endif FPC_HAS_VARSETS}
|
||||
|
||||
{$ifdef USE_PACKSET1}
|
||||
{$PACKSET 1}
|
||||
|
@ -3248,7 +3248,6 @@ begin
|
||||
def_system_macro('VER'+version_nr+'_'+release_nr+'_'+patch_nr);
|
||||
|
||||
{ Temporary defines, until things settle down }
|
||||
def_system_macro('FPC_HAS_VARSETS');
|
||||
def_system_macro('FPC_HAS_VALGRINDBOOL');
|
||||
def_system_macro('FPC_HAS_STR_CURRENCY');
|
||||
def_system_macro('FPC_REAL2REAL_FIXED');
|
||||
|
Loading…
Reference in New Issue
Block a user