aboutsummaryrefslogtreecommitdiffstats
path: root/ext/syck/syck.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/syck/syck.h')
-rw-r--r--ext/syck/syck.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/syck/syck.h b/ext/syck/syck.h
index 7fd97f1b0a..8885b000de 100644
--- a/ext/syck/syck.h
+++ b/ext/syck/syck.h
@@ -30,7 +30,7 @@ extern "C" {
#include <alloca.h>
#endif
-#if DEBUG
+#ifdef DEBUG
void syck_assert( const char *, unsigned, const char * );
# define ASSERT(f) \
(( f ) ? (void)0 : syck_assert( __FILE__, __LINE__, #f ))