mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 06:29:38 +02:00
* part of r25888, forgot to commit
git-svn-id: trunk@25891 -
This commit is contained in:
parent
85059f79fe
commit
96ac477b96
@ -35,7 +35,7 @@ begin
|
|||||||
{$ifdef FPC_DOUBLE_HILO_SWAPPED}
|
{$ifdef FPC_DOUBLE_HILO_SWAPPED}
|
||||||
comp1:=swap(comp1);
|
comp1:=swap(comp1);
|
||||||
{$endif FPC_DOUBLE_HILO_SWAPPED}
|
{$endif FPC_DOUBLE_HILO_SWAPPED}
|
||||||
str(comp1,s);
|
str(comp1:23,s);
|
||||||
{$ifdef FPC_HAS_TYPE_EXTENDED}
|
{$ifdef FPC_HAS_TYPE_EXTENDED}
|
||||||
if s<>'-6.53142228756617E+0018' then
|
if s<>'-6.53142228756617E+0018' then
|
||||||
{$else FPC_HAS_TYPE_EXTENDED}
|
{$else FPC_HAS_TYPE_EXTENDED}
|
||||||
|
Loading…
Reference in New Issue
Block a user