mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-02 16:32:30 +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}
|
||||
,'class constructor', 'class destructor'
|
||||
{$ENDIF}
|
||||
{$IFDEF VER2_5}
|
||||
,'operator overload'
|
||||
{$ENDIF}
|
||||
);
|
||||
|
||||
function ReverseRTTIParamList: boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user