mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 10:06:23 +02:00
* D7 compat, neginfinity (bug 10490)
git-svn-id: trunk@9564 -
This commit is contained in:
parent
bce663bb43
commit
c6e2d72e3c
@ -118,6 +118,7 @@ interface
|
|||||||
{$endif opt Q+}
|
{$endif opt Q+}
|
||||||
NaN = 0.0/0.0;
|
NaN = 0.0/0.0;
|
||||||
Infinity = 1.0/0.0;
|
Infinity = 1.0/0.0;
|
||||||
|
NegInfinity = -1.0/0.0;
|
||||||
{$ifdef RangeCheckWasOn}
|
{$ifdef RangeCheckWasOn}
|
||||||
{$R+}
|
{$R+}
|
||||||
{$undef RangeCheckWasOn}
|
{$undef RangeCheckWasOn}
|
||||||
|
Loading…
Reference in New Issue
Block a user