summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ivydebug.h4
1 files changed, 2 insertions, 2 deletions
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