mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 03:59:28 +02:00
* fixed real:=variant for non-x86
git-svn-id: trunk@6847 -
This commit is contained in:
parent
b8187becc6
commit
5bf9c58e14
@ -462,7 +462,7 @@ end;
|
||||
{$ifndef VER2_0}
|
||||
operator :=(const source : variant) dest : real;{$ifdef SYSTEMINLINE}inline;{$endif}
|
||||
begin
|
||||
dest:=comp(variantmanager.vartoreal(source));
|
||||
dest:=variantmanager.vartoreal(source);
|
||||
end;
|
||||
{$endif VER2_0}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user