summaryrefslogtreecommitdiff
path: root/com32/include/dprintf.h
diff options
context:
space:
mode:
Diffstat (limited to 'com32/include/dprintf.h')
-rw-r--r--com32/include/dprintf.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/com32/include/dprintf.h b/com32/include/dprintf.h
index 1b539698..b3f1b46b 100644
--- a/com32/include/dprintf.h
+++ b/com32/include/dprintf.h
@@ -8,10 +8,10 @@
#include <syslinux/debug.h>
#if !defined(DEBUG_PORT) && !defined(DEBUG_STDIO)
-# undef DEBUG
+# undef CORE_DEBUG
#endif
-#ifdef DEBUG
+#ifdef CORE_DEBUG
# include <stdio.h>
@@ -35,9 +35,9 @@ void vdprintf(const char *, va_list);
vprintf(fmt, ap)
#define ddprintf printf
-#endif /* DEBUG */
+#endif /* CORE_DEBUG */
-# if DEBUG >= 2
+# if CORE_DEBUG >= 2
/* Really verbose debugging... */
# define dprintf2 dprintf
# define vdprintf2 vdprintf