Browse Source

* filedef is an implicit pointer type on the JVM platform, since it's a
record

git-svn-id: trunk@31778 -

Jonas Maebe 10 years ago
parent
commit
d214ea56ee
1 changed files with 1 additions and 0 deletions
  1. 1 0
      compiler/jvm/jvmdef.pas

+ 1 - 0
compiler/jvm/jvmdef.pas

@@ -515,6 +515,7 @@ implementation
                 is_open_array(def) or
                 is_array_of_const(def) or
                 is_array_constructor(def);
+          filedef,
           recorddef,
           setdef:
             result:=true;