mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-27 17:30:25 +02:00
fcl-passrc: fixed anaylyzer
git-svn-id: trunk@46515 -
This commit is contained in:
parent
75e5afd45b
commit
89752e042d
@ -910,7 +910,12 @@ end;
|
||||
|
||||
procedure TPasAnalyzer.CreateTree;
|
||||
begin
|
||||
FUsedElements:=CreatePasElementSet;
|
||||
FUsedElements:=TPasAnalyzerKeySet.Create(
|
||||
{$ifdef pas2js}
|
||||
@PAElement_ElToHashName,@PasElementToHashName
|
||||
{$else}
|
||||
@ComparePAElements,@CompareElementWithPAElement
|
||||
{$endif});
|
||||
end;
|
||||
|
||||
function TPasAnalyzer.MarkElementAsUsed(El: TPasElement; aClass: TPAElementClass
|
||||
|
Loading…
Reference in New Issue
Block a user