* explicitly type cast constants so the compiler does not use smaller types if an fpu instruction set is selected which does not support the highest precision type

git-svn-id: trunk@26775 -
This commit is contained in:
florian 2014-02-14 21:26:54 +00:00
parent 75a13f7e47
commit ad7a3b2dbf

View File

@ -9,9 +9,9 @@
{$Q-}
{$R-}
const Inf=1/0;
NaN=0/0;
MinusInf=-Inf;
const Inf=extended(1/0);
NaN=extended(0/0);
MinusInf=extended(-Inf);
function make_str( tail: string ): string;
var