From 0f6d6a66fdbc8b49360cff51fb219c7751122d83 Mon Sep 17 00:00:00 2001 From: mattias Date: Sat, 30 Nov 2002 08:25:42 +0000 Subject: [PATCH] reduced output git-svn-id: trunk@3674 - --- components/codetools/finddeclarationtool.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/codetools/finddeclarationtool.pas b/components/codetools/finddeclarationtool.pas index 870f666279..12968d62ca 100644 --- a/components/codetools/finddeclarationtool.pas +++ b/components/codetools/finddeclarationtool.pas @@ -51,13 +51,13 @@ interface { $DEFINE MEM_CHECK} // verbosity -{$DEFINE CTDEBUG} +{ $DEFINE CTDEBUG} { $DEFINE ShowSearchPaths} { $DEFINE ShowTriedFiles} { $DEFINE ShowTriedContexts} { $DEFINE ShowTriedParentContexts} { $DEFINE ShowTriedIdentifiers} -{$DEFINE ShowExprEval} +{ $DEFINE ShowExprEval} { $DEFINE ShowFoundIdentifier} { $DEFINE ShowInterfaceCache} { $DEFINE ShowNodeCache}