浏览代码

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

git-svn-id: trunk@43625 -
svenbarth 5 年之前
父节点
当前提交
ea75253926
共有 1 个文件被更改,包括 1 次插入0 次删除
  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;