codetools: fix compilation with fpc 2.5.1

git-svn-id: trunk@28865 -
This commit is contained in:
paul 2011-01-04 10:36:40 +00:00
parent 33e357ef6d
commit e924248fa7

View File

@ -123,6 +123,9 @@ const
{$IFNDEF VER2_4}
,'class constructor', 'class destructor'
{$ENDIF}
{$IFDEF VER2_5}
,'operator overload'
{$ENDIF}
);
function ReverseRTTIParamList: boolean;