#ifdef ENABLE_DEBUG #define INSTRUMENTATION(x) (x) #else #define INSTRUMENTATION(x) (return ()) #endif