mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 16:59:20 +02:00
Codetools: Fix compilation of IFDEFed code.
This commit is contained in:
parent
de1c148c6e
commit
9007567a5e
@ -4426,8 +4426,8 @@ begin
|
||||
if NewItem=nil then exit;
|
||||
OldAVLNode:=FindItem(NewItem);
|
||||
{$IFDEF ShowHistory}
|
||||
DebugLn('TIdentifierHistoryList.Add Count=',Count,' Found=',OldAVLNode<>nil,
|
||||
' ITEM: ',NewItem.AsString);
|
||||
DebugLn(['TIdentifierHistoryList.Add Count=',Count,' Found=',OldAVLNode<>nil,
|
||||
' ITEM: ',NewItem.AsString]);
|
||||
{$ENDIF}
|
||||
if OldAVLNode<>nil then begin
|
||||
// already in tree
|
||||
@ -4457,7 +4457,7 @@ begin
|
||||
FItems.FreeAndDelete(FItems.FindHighest);
|
||||
FItems.Add(NewHistItem);
|
||||
{$IFDEF ShowHistory}
|
||||
DebugLn('TIdentifierHistoryList.Added Count=',Count);
|
||||
DebugLn(['TIdentifierHistoryList.Added Count=',Count]);
|
||||
{$ENDIF}
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user