summaryrefslogtreecommitdiff
path: root/src/libs/cplusplus/ASTPath.h
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@digia.com>2013-04-23 15:04:36 +0200
committerNikolai Kosjar <nikolai.kosjar@digia.com>2013-04-26 13:56:08 +0200
commit09ea0d235a6a93d19e6e7519e1b9fb217b30e423 (patch)
treebbbaaf5e63b702393aad89db34e7dd3fa4fcf93d /src/libs/cplusplus/ASTPath.h
parent516116c5a53a83b2ca70da518e9fcea5c783305e (diff)
downloadqt-creator-09ea0d235a6a93d19e6e7519e1b9fb217b30e423.tar.gz
C++: moved the CppPreprocessor into its own file.
Change-Id: I399d667a1fccb376fadbd6ab8fbba243e86d8f4b Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
Diffstat (limited to 'src/libs/cplusplus/ASTPath.h')
-rw-r--r--src/libs/cplusplus/ASTPath.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/cplusplus/ASTPath.h b/src/libs/cplusplus/ASTPath.h
index b74ec3f87c..1bf29d2dc2 100644
--- a/src/libs/cplusplus/ASTPath.h
+++ b/src/libs/cplusplus/ASTPath.h
@@ -38,7 +38,7 @@
#include <QList>
#include <QTextCursor>
-#undef DEBUG_AST_PATH
+#undef WITH_AST_PATH_DUMP
namespace CPlusPlus {
@@ -56,7 +56,7 @@ public:
/// line and column are 1-based!
QList<AST *> operator()(int line, int column);
-#ifdef DEBUG_AST_PATH
+#ifdef WITH_AST_PATH_DUMP
static void dump(const QList<AST *> nodes);
#endif