mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 17:06:14 +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+}
|
||||
NaN = 0.0/0.0;
|
||||
Infinity = 1.0/0.0;
|
||||
NegInfinity = -1.0/0.0;
|
||||
{$ifdef RangeCheckWasOn}
|
||||
{$R+}
|
||||
{$undef RangeCheckWasOn}
|
||||
|
Loading…
Reference in New Issue
Block a user