summaryrefslogtreecommitdiff
path: root/ifdef.c
diff options
context:
space:
mode:
Diffstat (limited to 'ifdef.c')
-rw-r--r--ifdef.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ifdef.c b/ifdef.c
index 5f67acf..702f827 100644
--- a/ifdef.c
+++ b/ifdef.c
@@ -443,10 +443,6 @@ manifest_constant()
#ifdef __i386__
save_name("__elksemu_works__", 'D');
#endif
-/* Is this true ? */
-#ifdef __x86_64__
- save_name("__elksemu_works__", 'D');
-#endif
#endif
#ifdef __unix__
save_name("__unix__", 'D');