mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 06:29:25 +01:00
* use NaN = 0.0/0.0 for wince.
git-svn-id: trunk@4105 -
This commit is contained in:
parent
a083f5754e
commit
350bc3f626
@ -116,7 +116,7 @@ interface
|
||||
{$define OverflowCheckWasOn}
|
||||
{$Q-}
|
||||
{$endif opt Q+}
|
||||
{$ifdef CPUARM}
|
||||
{$if defined(CPUARM) and defined(unix)}
|
||||
{ the ARM linux emulator doesn't like 0.0/0.0 }
|
||||
NaN = ln(-1.0);
|
||||
{$else CPUARM}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user