Просмотр исходного кода

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

git-svn-id: trunk@31778 -

Jonas Maebe 10 лет назад
Родитель
Сommit
d214ea56ee
1 измененных файлов с 1 добавлено и 0 удалено
  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;