mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 09:59:25 +02:00
* fixed for non-x96
git-svn-id: trunk@4643 -
This commit is contained in:
parent
08612ed157
commit
07bbce6fa1
@ -6,9 +6,11 @@ procedure a(r: real); overload;
|
||||
begin
|
||||
end;
|
||||
|
||||
{$ifdef FPC_HAS_TYPE_EXTENDED}
|
||||
procedure a(r: extended); overload;
|
||||
begin
|
||||
end;
|
||||
{$endif}
|
||||
|
||||
begin
|
||||
writeln(sizeof(real));
|
||||
|
Loading…
Reference in New Issue
Block a user