mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 08:30:54 +02:00
* copy tcallnode.fforcedprocname field
git-svn-id: trunk@27740 -
This commit is contained in:
parent
6d43208e44
commit
9f6d6f4aa8
@ -1359,6 +1359,10 @@ implementation
|
||||
end
|
||||
else
|
||||
n.varargsparas:=nil;
|
||||
if assigned(fforcedprocname) then
|
||||
n.fforcedprocname:=stringdup(fforcedprocname^)
|
||||
else
|
||||
n.fforcedprocname:=nil;
|
||||
result:=n;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user