* dynamic array is also a special array

This commit is contained in:
peter 2003-03-17 19:05:08 +00:00
parent 7548e808d9
commit 7b52f09302

View File

@ -423,6 +423,7 @@ implementation
((tarraydef(p).IsVariant) or ((tarraydef(p).IsVariant) or
(tarraydef(p).IsArrayOfConst) or (tarraydef(p).IsArrayOfConst) or
(tarraydef(p).IsConstructor) or (tarraydef(p).IsConstructor) or
(tarraydef(p).IsDynamicArray) or
is_open_array(p) is_open_array(p)
); );
end; end;
@ -738,7 +739,10 @@ implementation
end. end.
{ {
$Log$ $Log$
Revision 1.2 2002-12-23 20:58:03 peter Revision 1.3 2003-03-17 19:05:08 peter
* dynamic array is also a special array
Revision 1.2 2002/12/23 20:58:03 peter
* remove unused global var * remove unused global var
Revision 1.1 2002/11/25 17:43:17 peter Revision 1.1 2002/11/25 17:43:17 peter