* use NaN = 0.0/0.0 for wince.

git-svn-id: trunk@4105 -
This commit is contained in:
yury 2006-07-06 18:57:34 +00:00
parent a083f5754e
commit 350bc3f626

View File

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