codetools: apply AVL tree findpointer workaround only for fpc 2.6.0

git-svn-id: trunk@43896 -
This commit is contained in:
mattias 2014-02-05 12:06:04 +00:00
parent 7674b0b091
commit b7098089ac

View File

@ -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}