From 0887ff3c3e4f655bc1051a56c9e0bcf72398f2f7 Mon Sep 17 00:00:00 2001 From: fcolin Date: Fri, 21 Apr 2006 09:49:17 +0000 Subject: et aussi pour la version sans le DEBUG --- src/ivydebug.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/ivydebug.h b/src/ivydebug.h index 749b4ce..ee73f0e 100644 --- a/src/ivydebug.h +++ b/src/ivydebug.h @@ -10,8 +10,8 @@ if ( cond ) fprintf (stderr, format , __VA_ARGS__ ) #else -#define TRACE(format, args...) /**/ -#define TRACE_IF( cond, format, args...) /**/ +#define TRACE(format, ...) /**/ +#define TRACE_IF( cond, format, ...) /**/ #endif #else #ifdef DEBUG -- cgit v1.1