mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 20:59:42 +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
|
||||
else
|
||||
begin
|
||||
init_defid;
|
||||
name:='$InternalRec'+unique_id_str;
|
||||
pname:=@name;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user