Browse Source

* initialize the defid in trecorddef.create_global_internal as unique_id_str needs it

git-svn-id: trunk@43625 -
svenbarth 5 năm trước cách đây
mục cha
commit
ea75253926
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      compiler/symdef.pas

+ 1 - 0
compiler/symdef.pas

@@ -4801,6 +4801,7 @@ implementation
           pname:=@n
         else
           begin
+            init_defid;
             name:='$InternalRec'+unique_id_str;
             pname:=@name;
           end;