mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 18:59:11 +02:00
* filedef is an implicit pointer type on the JVM platform, since it's a
record git-svn-id: trunk@31778 -
This commit is contained in:
parent
3b2bd718d8
commit
d214ea56ee
@ -515,6 +515,7 @@ implementation
|
|||||||
is_open_array(def) or
|
is_open_array(def) or
|
||||||
is_array_of_const(def) or
|
is_array_of_const(def) or
|
||||||
is_array_constructor(def);
|
is_array_constructor(def);
|
||||||
|
filedef,
|
||||||
recorddef,
|
recorddef,
|
||||||
setdef:
|
setdef:
|
||||||
result:=true;
|
result:=true;
|
||||||
|
Loading…
Reference in New Issue
Block a user