mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 09:26:15 +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}
|
{$ifndef VER2_0}
|
||||||
operator :=(const source : variant) dest : real;{$ifdef SYSTEMINLINE}inline;{$endif}
|
operator :=(const source : variant) dest : real;{$ifdef SYSTEMINLINE}inline;{$endif}
|
||||||
begin
|
begin
|
||||||
dest:=comp(variantmanager.vartoreal(source));
|
dest:=variantmanager.vartoreal(source);
|
||||||
end;
|
end;
|
||||||
{$endif VER2_0}
|
{$endif VER2_0}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user