mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 19:29:27 +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}
|
{$ifdef FPC_OBJFPC_EXTENDED_IF}
|
||||||
{$if High(errorcode)<>maxExitCode}
|
// {$if High(errorcode)<>maxExitCode}
|
||||||
{$define FPC_LIMITED_EXITCODE}
|
{$define FPC_LIMITED_EXITCODE}
|
||||||
{$endif}
|
// {$endif}
|
||||||
|
{$else}
|
||||||
|
{$define FPC_LIMITED_EXITCODE}
|
||||||
{$endif FPC_OBJFPC_EXTENDED_IF}
|
{$endif FPC_OBJFPC_EXTENDED_IF}
|
||||||
|
|
||||||
{****************************************************************************
|
{****************************************************************************
|
||||||
|
Loading…
Reference in New Issue
Block a user