mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 06:39:34 +02:00
+ support for deep copy of array of strings
git-svn-id: branches/jvmbackend@18477 -
This commit is contained in:
parent
23539dcfaf
commit
5b915178fa
@ -1108,8 +1108,9 @@ implementation
|
|||||||
end;
|
end;
|
||||||
recorddef:
|
recorddef:
|
||||||
procname:='FPC_COPY_JRECORD_ARRAY';
|
procname:='FPC_COPY_JRECORD_ARRAY';
|
||||||
|
stringdef:
|
||||||
|
procname:='FPC_COPY_JOBJECT_ARRAY';
|
||||||
setdef,
|
setdef,
|
||||||
stringdef,
|
|
||||||
variantdef:
|
variantdef:
|
||||||
begin
|
begin
|
||||||
{ todo: make a deep copy via clone... }
|
{ todo: make a deep copy via clone... }
|
||||||
|
Loading…
Reference in New Issue
Block a user