summaryrefslogtreecommitdiff
path: root/bcc/const.h
diff options
context:
space:
mode:
Diffstat (limited to 'bcc/const.h')
-rw-r--r--bcc/const.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/bcc/const.h b/bcc/const.h
index 7055354..1c44e19 100644
--- a/bcc/const.h
+++ b/bcc/const.h
@@ -21,9 +21,8 @@
#define VERY_SMALL_MEMORY
#endif
-#define SELFTYPECHECK /* check calculated type = runtime type */
-
#ifndef VERY_SMALL_MEMORY
+#define SELFTYPECHECK /* check calculated type = runtime type */
#define DEBUG /* generate compiler-debugging code */
#define OPTIMISE /* include optimisation code */
#define BUILTIN_CPP