comparison 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
comparison
equal deleted inserted replaced
92359:1af6d6eab2e9 92360:4054054dd212
177 #define ULIMIT_BREAK_VALUE (32*1024*1024) 177 #define ULIMIT_BREAK_VALUE (32*1024*1024)
178 178
179 #define SEGMENT_MASK ((SEGMENT_SIZE)-1) 179 #define SEGMENT_MASK ((SEGMENT_SIZE)-1)
180 #endif 180 #endif
181 181
182 #if defined (MAC_OSX) || defined (DARWIN)
183 #ifdef _LP64
184 /* For Intel Mac, with CC='gcc -arch x86_64'. */
185 #define NO_ARG_ARRAY
186 #endif
187 #endif
188
182 /* arch-tag: 746338f0-cb7b-4f49-a98c-cb50817cf2ec 189 /* arch-tag: 746338f0-cb7b-4f49-a98c-cb50817cf2ec
183 (do not change this comment) */ 190 (do not change this comment) */