diff --git a/rtl/objpas/math.pp b/rtl/objpas/math.pp index ce8ccfe3bc..44218541d5 100644 --- a/rtl/objpas/math.pp +++ b/rtl/objpas/math.pp @@ -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}