From 7fa233e0365025ea079ae897e29376a4a7060574 Mon Sep 17 00:00:00 2001 From: mattias Date: Wed, 2 Feb 2011 19:13:00 +0000 Subject: [PATCH] codetools: turn off implicit try..finally for TCodeTreeNode and TCodeTreeNodeExt git-svn-id: trunk@29335 - --- components/codetools/codetree.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/codetools/codetree.pas b/components/codetools/codetree.pas index 08afe62d4b..29b843f03d 100644 --- a/components/codetools/codetree.pas +++ b/components/codetools/codetree.pas @@ -36,7 +36,7 @@ interface {$I codetools.inc} -{off $DEFINE DisableCTNodeExtMemManager} +{$IMPLICITEXCEPTIONS OFF} // no automatic try..finally (exceptions in all functions are fatal) uses {$IFDEF MEM_CHECK}