mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-10 15:45:57 +02:00
* dummy support for copying arrays of variant/set
git-svn-id: branches/jvmbackend@18505 -
This commit is contained in:
parent
7a5d334951
commit
f20e347c7e
@ -1111,8 +1111,12 @@ implementation
|
||||
setdef,
|
||||
variantdef:
|
||||
begin
|
||||
{$ifndef nounsupported}
|
||||
procname:='FPC_COPY_SHALLOW_ARRAY';
|
||||
{$else}
|
||||
{ todo: make a deep copy via clone... }
|
||||
internalerror(2011020505);
|
||||
{$endif}
|
||||
end;
|
||||
else
|
||||
procname:='FPC_COPY_SHALLOW_ARRAY';
|
||||
|
Loading…
Reference in New Issue
Block a user