mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 09:19:22 +02:00
codetools: fixed rename identifier
git-svn-id: trunk@26459 -
This commit is contained in:
parent
421757e81f
commit
6bbf89bd59
@ -4023,8 +4023,8 @@ var
|
|||||||
if Found and (Params.NewNode<>nil) then begin
|
if Found and (Params.NewNode<>nil) then begin
|
||||||
UseProcHead(Params.NewNode);
|
UseProcHead(Params.NewNode);
|
||||||
//debugln('Context=',Params.NewNode.DescAsString,' ',dbgs(Params.NewNode.StartPos),' ',dbgs(DeclarationNode.StartPos));
|
//debugln('Context=',Params.NewNode.DescAsString,' ',dbgs(Params.NewNode.StartPos),' ',dbgs(DeclarationNode.StartPos));
|
||||||
if (Params.NewNode<>DeclarationNode)
|
if (Params.NewNode=DeclarationNode)
|
||||||
and (Params.NewNode<>AliasDeclarationNode) then
|
or (Params.NewNode=AliasDeclarationNode) then
|
||||||
AddReference(StartPos);
|
AddReference(StartPos);
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user