summaryrefslogtreecommitdiff
path: root/colm/debug.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2010-04-19 02:12:58 +0000
committerAdrian Thurston <thurston@complang.org>2010-04-19 02:12:58 +0000
commit7201f124185e925670c36ac9340bf5fbd590cd5a (patch)
tree3938f2a90f36c2d2274b4ddf07943d51f02f0dc4 /colm/debug.h
parentf3e8845d101f76875d5bcbc457928917f4ba02cc (diff)
downloadcolm-7201f124185e925670c36ac9340bf5fbd590cd5a.tar.gz
More C porting.
Diffstat (limited to 'colm/debug.h')
-rw-r--r--colm/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/colm/debug.h b/colm/debug.h
index 01ee677a..67926db3 100644
--- a/colm/debug.h
+++ b/colm/debug.h
@@ -26,7 +26,7 @@ extern "C" {
#ifdef COLM_LOG
#define debug( realm, fmt, ...) _debug( realm, fmt, __VA_ARGS__ )
#else
-# define debug( realm, fmt, ...)
+#define debug( realm, fmt, ...)
#endif
int _debug( long realm, const char *fmt, ... );