mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 14:36:09 +02:00
codetools: fixed GatherLFM
This commit is contained in:
parent
8576232676
commit
310f3efc95
@ -2882,7 +2882,7 @@ var
|
||||
case Parser.Token of
|
||||
#0: break;
|
||||
toSymbol:
|
||||
begin
|
||||
if Parser.TokenSymbolIs(Identifier) then begin
|
||||
p:=Parser.SourcePos+1-Length(Identifier);
|
||||
Insert(p,IdentifierPositions,length(IdentifierPositions));
|
||||
end;
|
||||
@ -2894,7 +2894,6 @@ var
|
||||
finally
|
||||
MemStream.Free;
|
||||
end;
|
||||
Parser.NextToken;
|
||||
end;
|
||||
end;
|
||||
until false;
|
||||
|
Loading…
Reference in New Issue
Block a user