mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 17:10:50 +02:00
* Fixed compilation for case when extended <> cextended.
git-svn-id: branches/targetandroid@23486 -
This commit is contained in:
parent
fcbefc94e3
commit
475bc2d09d
@ -211,7 +211,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
{$ifdef FPC_HAS_TYPE_EXTENDED}
|
{$ifdef FPC_HAS_TYPE_EXTENDED}
|
||||||
procedure verify(val1, val2 : cextended; nr : Integer); overload;
|
procedure verify(val1, val2 : extended; nr : Integer); overload;
|
||||||
begin
|
begin
|
||||||
success := success and (val1 = val2);
|
success := success and (val1 = val2);
|
||||||
Write('Testing test ', nr , ', was ', val1, ', should be ', val2, '...');
|
Write('Testing test ', nr , ', was ', val1, ', should be ', val2, '...');
|
||||||
|
Loading…
Reference in New Issue
Block a user