mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 15:49:26 +02:00
* Fixed compilation on some targets. It seems to be a bug in finding variables in expressions like that: {$if sizeof(my_var) = 4}
git-svn-id: trunk@9516 -
This commit is contained in:
parent
c7219efd02
commit
e7918b9411
@ -13,9 +13,11 @@
|
||||
**********************************************************************}
|
||||
|
||||
{$ifdef FPC_OBJFPC_EXTENDED_IF}
|
||||
{$if High(errorcode)<>maxExitCode}
|
||||
// {$if High(errorcode)<>maxExitCode}
|
||||
{$define FPC_LIMITED_EXITCODE}
|
||||
{$endif}
|
||||
// {$endif}
|
||||
{$else}
|
||||
{$define FPC_LIMITED_EXITCODE}
|
||||
{$endif FPC_OBJFPC_EXTENDED_IF}
|
||||
|
||||
{****************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user