* dummy support for copying arrays of variant/set

git-svn-id: branches/jvmbackend@18505 -
This commit is contained in:
Jonas Maebe 2011-08-20 08:05:28 +00:00
parent 7a5d334951
commit f20e347c7e

View File

@ -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';