mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-25 13:49:16 +02:00
codetools: fixed with candidates
git-svn-id: trunk@32223 -
This commit is contained in:
parent
e3f9648b2e
commit
80920f6286
@ -1459,9 +1459,6 @@ var
|
||||
begin
|
||||
Identifier:=Identifier+GetAtom;
|
||||
end else begin
|
||||
if (not IsValidIdent(Identifier))
|
||||
and (Identifier[length(Identifier)]<>'.') then
|
||||
Add(Identifier);
|
||||
if Code<>nil then
|
||||
Code^:=Code^+Identifier;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user