emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/m/intel386.h,v [EMACS_22_BASE]


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/src/m/intel386.h,v [EMACS_22_BASE]
Date: Wed, 27 Feb 2008 23:32:04 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     YAMAMOTO Mitsuharu <mituharu>   08/02/27 23:32:04

Index: intel386.h
===================================================================
RCS file: /sources/emacs/emacs/src/m/intel386.h,v
retrieving revision 1.42.2.3
retrieving revision 1.42.2.4
diff -u -b -r1.42.2.3 -r1.42.2.4
--- intel386.h  8 Jan 2008 04:04:33 -0000       1.42.2.3
+++ intel386.h  27 Feb 2008 23:32:04 -0000      1.42.2.4
@@ -214,5 +214,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) */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]