mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-26 22:50:59 +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;
|
||||
|
||||
{$ifdef FPC_HAS_TYPE_EXTENDED}
|
||||
procedure verify(val1, val2 : cextended; nr : Integer); overload;
|
||||
procedure verify(val1, val2 : extended; nr : Integer); overload;
|
||||
begin
|
||||
success := success and (val1 = val2);
|
||||
Write('Testing test ', nr , ', was ', val1, ', should be ', val2, '...');
|
||||
|
Loading…
Reference in New Issue
Block a user