mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 21:19:07 +02:00
codetools: fix compilation with fpc 2.5.1
git-svn-id: trunk@28865 -
This commit is contained in:
parent
33e357ef6d
commit
e924248fa7
@ -123,6 +123,9 @@ const
|
|||||||
{$IFNDEF VER2_4}
|
{$IFNDEF VER2_4}
|
||||||
,'class constructor', 'class destructor'
|
,'class constructor', 'class destructor'
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
{$IFDEF VER2_5}
|
||||||
|
,'operator overload'
|
||||||
|
{$ENDIF}
|
||||||
);
|
);
|
||||||
|
|
||||||
function ReverseRTTIParamList: boolean;
|
function ReverseRTTIParamList: boolean;
|
||||||
|
Loading…
Reference in New Issue
Block a user