summaryrefslogtreecommitdiff
path: root/bcc/input.c
diff options
context:
space:
mode:
Diffstat (limited to 'bcc/input.c')
-rw-r--r--bcc/input.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/bcc/input.c b/bcc/input.c
index 1adedda..d7667ca 100644
--- a/bcc/input.c
+++ b/bcc/input.c
@@ -550,10 +550,14 @@ ts_s_includelist += sizeof *incnew;
{
i386_32 = TRUE;
definestring("__AS386_32__");
+ definestring("__i386__");
}
else
#endif
+ {
definestring("__AS386_16__");
+ definestring("__8086__");
+ }
#endif
#ifdef MC6809
definestring("__AS09__");