summaryrefslogtreecommitdiff
path: root/ifdef.c
diff options
context:
space:
mode:
Diffstat (limited to 'ifdef.c')
-rw-r--r--ifdef.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ifdef.c b/ifdef.c
index 424ea50..869b4be 100644
--- a/ifdef.c
+++ b/ifdef.c
@@ -429,6 +429,9 @@ manifest_constant()
/* Linux/unix */
#ifdef __linux__
save_name("__linux__", 'D');
+#ifdef __i386__
+ save_name("XX__linux_i386__", 'D');
+#endif
#endif
#ifdef __unix__
save_name("__unix__", 'D');