mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 05:09:19 +02:00
Make sure nf_usercode_entry get transferred inside firstpass procedure
git-svn-id: trunk@49279 -
This commit is contained in:
parent
423940afd7
commit
7721995c71
@ -189,6 +189,7 @@ implementation
|
|||||||
{ should the node be replaced? }
|
{ should the node be replaced? }
|
||||||
if assigned(hp) then
|
if assigned(hp) then
|
||||||
begin
|
begin
|
||||||
|
hp.flags := hp.flags + (p.flags * [nf_usercode_entry]);
|
||||||
p.free;
|
p.free;
|
||||||
{ switch to new node }
|
{ switch to new node }
|
||||||
p:=hp;
|
p:=hp;
|
||||||
|
Loading…
Reference in New Issue
Block a user