Преглед на файлове

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

git-svn-id: trunk@31778 -

Jonas Maebe преди 10 години
родител
ревизия
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;