summaryrefslogtreecommitdiff
path: root/com32/rosh/rosh.h
diff options
context:
space:
mode:
Diffstat (limited to 'com32/rosh/rosh.h')
-rw-r--r--com32/rosh/rosh.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/com32/rosh/rosh.h b/com32/rosh/rosh.h
index 64b0564c..0c41bac9 100644
--- a/com32/rosh/rosh.h
+++ b/com32/rosh/rosh.h
@@ -47,6 +47,8 @@
#error SYSLINUX (I believe) requires __GNUC__
#endif /* __GNUC__ */
+#define DO_DEBUG 1
+
#ifdef DO_DEBUG
#define ROSH_DEBUG(f, ...) printf (f, ## __VA_ARGS__)
#ifdef DO_DEBUG2