summaryrefslogtreecommitdiff
path: root/bcc/const.h
diff options
context:
space:
mode:
Diffstat (limited to 'bcc/const.h')
-rw-r--r--bcc/const.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/bcc/const.h b/bcc/const.h
index c06aca0..91f8a90 100644
--- a/bcc/const.h
+++ b/bcc/const.h
@@ -25,8 +25,10 @@
#ifndef VERY_SMALL_MEMORY
#define SELFTYPECHECK /* check calculated type = runtime type */
-#define DBNODE /* generate compiler node debugging code */
#define OPTIMISE /* include optimisation code */
+#ifndef MSDOS
+#define DBNODE /* generate compiler node debugging code */
+#endif
#endif
#ifndef __BCC__