mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 20:59:36 +02:00
codetools: apply AVL tree findpointer workaround only for fpc 2.6.0
git-svn-id: trunk@43896 -
This commit is contained in:
parent
7674b0b091
commit
b7098089ac
@ -325,7 +325,7 @@ function CompareFilenameAndFilenameToStringTreeItemI(Key, Data: Pointer): intege
|
||||
|
||||
function CompareAnsiStringPtrs(Data1, Data2: Pointer): integer;
|
||||
|
||||
{$IF FPC_FULLVERSION<20701}
|
||||
{$IF FPC_FULLVERSION<20601}
|
||||
{$DEFINE EnableAVLFindPointerFix}
|
||||
{$ENDIF}
|
||||
function AVLFindPointer(Tree: TAVLTree; Data: Pointer): TAVLTreeNode; {$IFNDEF EnableAVLFindPointerFix}inline;{$ENDIF}
|
||||
|
Loading…
Reference in New Issue
Block a user