mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 05:29:40 +02:00
* initialize the defid in trecorddef.create_global_internal as unique_id_str needs it
git-svn-id: trunk@43625 -
This commit is contained in:
parent
80a4a01f12
commit
ea75253926
@ -4801,6 +4801,7 @@ implementation
|
|||||||
pname:=@n
|
pname:=@n
|
||||||
else
|
else
|
||||||
begin
|
begin
|
||||||
|
init_defid;
|
||||||
name:='$InternalRec'+unique_id_str;
|
name:='$InternalRec'+unique_id_str;
|
||||||
pname:=@name;
|
pname:=@name;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user