mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-04 15:10:16 +02:00
* cosmetics
git-svn-id: trunk@44514 -
This commit is contained in:
parent
07ee8948aa
commit
44d9498eff
@ -243,7 +243,9 @@ implementation
|
||||
s64floattype:=cfloatdef.create(s64real,true);
|
||||
s80floattype:=cfloatdef.create(s80real,true);
|
||||
sc80floattype:=cfloatdef.create(sc80real,true);
|
||||
end else begin
|
||||
end
|
||||
else
|
||||
begin
|
||||
s32floattype:=nil;
|
||||
s64floattype:=nil;
|
||||
s80floattype:=nil;
|
||||
|
Loading…
Reference in New Issue
Block a user