From 5ebc0db1a6d4c75ce9c26449ef2a2e3d7b340e10 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 25 Feb 2008 13:27:10 +0000 Subject: - added PUSHMSGVAR operation - included expression support in filter module (and it works ;)) --- debug.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debug.h') diff --git a/debug.h b/debug.h index bcc0dda5..f39f12a8 100644 --- a/debug.h +++ b/debug.h @@ -102,7 +102,8 @@ void dbgPrintAllDebugInfo(void); #ifdef RTINST # define BEGINfunc static dbgFuncDB_t dbgFuncDB=dbgFuncDB_t_INITIALIZER; int dbgCALLStaCK_POP_POINT = dbgEntrFunc(&dbgFuncDB,__LINE__); # define ENDfunc dbgExitFunc(&dbgFuncDB, dbgCALLStaCK_POP_POINT); -# define ASSERT(x) do { if(!(x)) dbgPrintAllDebugInfo(); assert(x); } while(0); +// # define ASSERT(x) do { if(!(x)) dbgPrintAllDebugInfo(); assert(x); } while(0); +# define ASSERT(x) assert(x) #else # define BEGINfunc # define ENDfunc -- cgit v1.2.3