mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-11 20:19:14 +02:00
fix fpc 2.2 compilation from Vincent
git-svn-id: trunk@11883 -
This commit is contained in:
parent
be308bee29
commit
148dd89804
@ -15,7 +15,7 @@ interface
|
|||||||
|
|
||||||
uses
|
uses
|
||||||
{$IF defined(VER2_2) or defined(VER2_3)}
|
{$IF defined(VER2_2) or defined(VER2_3)}
|
||||||
MemCheck,
|
//MemCheck,
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
CodeToolManager, CustomCodeTool, PascalParserTool, PascalReaderTool,
|
CodeToolManager, CustomCodeTool, PascalParserTool, PascalReaderTool,
|
||||||
FindDeclarationTool, StdCodeTools, MethodJumpTool, EventCodeTool,
|
FindDeclarationTool, StdCodeTools, MethodJumpTool, EventCodeTool,
|
||||||
|
Loading…
Reference in New Issue
Block a user