summaryrefslogtreecommitdiff
path: root/bcc/const.h
diff options
context:
space:
mode:
Diffstat (limited to 'bcc/const.h')
-rw-r--r--bcc/const.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bcc/const.h b/bcc/const.h
index cd1f16e..2383a30 100644
--- a/bcc/const.h
+++ b/bcc/const.h
@@ -43,9 +43,11 @@
typedef long no_hope;
#else
+#ifndef NO_I80386
# define I80386 /* Little BCC doesn't need 386 */
#endif
#endif
+#endif
#ifdef MC6809
# define DYNAMIC_LONG_ORDER 0 /* have to define it so it works in #if's */