* 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:
yury 2007-12-22 17:39:49 +00:00
parent c7219efd02
commit e7918b9411

View File

@ -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}
{****************************************************************************