aboutsummaryrefslogtreecommitdiffstats
path: root/src/m
diff options
context:
space:
mode:
authorAdrian Robert2009-10-16 03:09:09 +0000
committerAdrian Robert2009-10-16 03:09:09 +0000
commit39b8097fe95c4b97bec5d17ad092bb9345130d64 (patch)
tree58486cc179ec8081839a7f5c0055bb48e87f499f /src/m
parent5cca5bf08fe504bd75898f744d5fe80cc0e9ad29 (diff)
downloademacs-39b8097fe95c4b97bec5d17ad092bb9345130d64.tar.gz
emacs-39b8097fe95c4b97bec5d17ad092bb9345130d64.zip
Remove DARWIN_OS/_LP64 special case.
Diffstat (limited to 'src/m')
-rw-r--r--src/m/intel386.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/m/intel386.h b/src/m/intel386.h
index 8e683e26982..7c19a3e0d4b 100644
--- a/src/m/intel386.h
+++ b/src/m/intel386.h
@@ -103,12 +103,5 @@ NOTE-END */
103#define SEGMENT_MASK ((SEGMENT_SIZE)-1) 103#define SEGMENT_MASK ((SEGMENT_SIZE)-1)
104#endif 104#endif
105 105
106#if defined (DARWIN_OS)
107#ifdef _LP64
108/* For Intel Mac, with CC='gcc -arch x86_64'. */
109#define NO_ARG_ARRAY
110#endif
111#endif
112
113/* arch-tag: 746338f0-cb7b-4f49-a98c-cb50817cf2ec 106/* arch-tag: 746338f0-cb7b-4f49-a98c-cb50817cf2ec
114 (do not change this comment) */ 107 (do not change this comment) */