mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-03 12:39:16 +01:00
codetools: fixed compile
git-svn-id: trunk@57026 -
This commit is contained in:
parent
391b8ffa36
commit
3581e9d7e4
@ -631,7 +631,7 @@ begin
|
|||||||
cPriorityCount := 0;
|
cPriorityCount := 0;
|
||||||
while AnAVLNode<>nil do begin
|
while AnAVLNode<>nil do begin
|
||||||
CurItem:=TIdentifierListItem(AnAVLNode.Data);
|
CurItem:=TIdentifierListItem(AnAVLNode.Data);
|
||||||
if not CurItem.Identifier.IsEmpty then
|
if CurItem.Identifier<>'' then
|
||||||
begin
|
begin
|
||||||
if ComparePrefixIdent(PChar(Pointer(Prefix)),PChar(Pointer(CurItem.Identifier)))
|
if ComparePrefixIdent(PChar(Pointer(Prefix)),PChar(Pointer(CurItem.Identifier)))
|
||||||
then begin
|
then begin
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user