summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorfcolin2006-04-21 09:49:17 +0000
committerfcolin2006-04-21 09:49:17 +0000
commit0887ff3c3e4f655bc1051a56c9e0bcf72398f2f7 (patch)
tree9759a47edd8c2edc42127ad67e7fc92c26302e52 /src
parenta09a78c0aee61fcf4ef56477776e85d1f67a0ee6 (diff)
downloadivy-c-0887ff3c3e4f655bc1051a56c9e0bcf72398f2f7.zip
ivy-c-0887ff3c3e4f655bc1051a56c9e0bcf72398f2f7.tar.gz
ivy-c-0887ff3c3e4f655bc1051a56c9e0bcf72398f2f7.tar.bz2
ivy-c-0887ff3c3e4f655bc1051a56c9e0bcf72398f2f7.tar.xz
et aussi pour la version sans le DEBUG
Diffstat (limited to 'src')
-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