mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-09 10:57:48 +02:00
rtl: made Nan const
This commit is contained in:
parent
d03983b70e
commit
f68fa0f34b
@ -26,7 +26,7 @@ const
|
||||
MaxDouble = 1.7e+308;
|
||||
|
||||
|
||||
var // ToDo: make these const
|
||||
const
|
||||
NaN: Double; external name 'NaN';
|
||||
Infinity: Double; external name 'Infinity';
|
||||
NegInfinity: Double; external name '-Infinity';
|
||||
|
Loading…
Reference in New Issue
Block a user