ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DebugTool.h
Go to the documentation of this file.
1 #ifdef DEBUG
2 #define VERBOSE_DEBUG_BLOCK(x) {x}
3 #define VERBOSE_DEBUG_STMT(x) x
4 #else
5 #define VERBOSE_DEBUG_BLOCK(x)
6 #define VERBOSE_DEBUG_STMT(x)
7 #endif