diff src/m/intel386.h @ 92360:4054054dd212

Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1090
author Miles Bader <miles@gnu.org>
date Sat, 01 Mar 2008 01:28:31 +0000
parents 36e4ffad31fe f2fca97b0671
children 7e5b32f86a4c
line wrap: on
line diff
--- a/src/m/intel386.h	Sat Mar 01 01:28:14 2008 +0000
+++ b/src/m/intel386.h	Sat Mar 01 01:28:31 2008 +0000
@@ -179,5 +179,12 @@
 #define SEGMENT_MASK ((SEGMENT_SIZE)-1)
 #endif
 
+#if defined (MAC_OSX) || defined (DARWIN)
+#ifdef _LP64
+/* For Intel Mac, with CC='gcc -arch x86_64'.  */
+#define NO_ARG_ARRAY
+#endif
+#endif
+
 /* arch-tag: 746338f0-cb7b-4f49-a98c-cb50817cf2ec
    (do not change this comment) */