summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/AppHdr.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/AppHdr.h')
-rw-r--r--crawl-ref/source/AppHdr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/AppHdr.h b/crawl-ref/source/AppHdr.h
index 4014edab30..7864d87abe 100644
--- a/crawl-ref/source/AppHdr.h
+++ b/crawl-ref/source/AppHdr.h
@@ -333,7 +333,7 @@
// #define DEBUG 0 // leave this undefined for those lamers who use #ifdef
#endif
-#if DEBUG
+#ifdef DEBUG
#if __MWERKS__
#define MSIPL_DEBUG_MODE
#endif