From 16bc1d82b0a5af182e441c27d0528772aba0b1c3 Mon Sep 17 00:00:00 2001 From: Andreas Volz Date: Thu, 7 Jan 2010 22:19:02 +0000 Subject: [PATCH] a define on Debug is bad! SVN revision: 44963 --- eflxx/include/eflxx/DebugInternal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eflxx/include/eflxx/DebugInternal.h b/eflxx/include/eflxx/DebugInternal.h index b8d2660..fee1554 100644 --- a/eflxx/include/eflxx/DebugInternal.h +++ b/eflxx/include/eflxx/DebugInternal.h @@ -14,7 +14,7 @@ #define AllocTag2(p, desc) #define AllocTag_dynamic_description(p, data) #define AllocTag(p, data) -#define Debug(STATEMENT...) +//#define Debug(STATEMENT...) #define Dout(cntrl, data) #define DoutFatal(cntrl, data) LibcwDoutFatal(, , cntrl, data) #define ForAllDebugChannels(STATEMENT...)