+ support for deep copy of array of strings

git-svn-id: branches/jvmbackend@18477 -
This commit is contained in:
Jonas Maebe 2011-08-20 08:03:09 +00:00
parent 23539dcfaf
commit 5b915178fa

View File

@ -1108,8 +1108,9 @@ implementation
end;
recorddef:
procname:='FPC_COPY_JRECORD_ARRAY';
stringdef:
procname:='FPC_COPY_JOBJECT_ARRAY';
setdef,
stringdef,
variantdef:
begin
{ todo: make a deep copy via clone... }