1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-03 14:10:47 -08:00

Remove DARWIN_OS/_LP64 special case.

This commit is contained in:
Adrian Robert 2009-10-16 03:09:09 +00:00
parent 5cca5bf08f
commit 39b8097fe9

View file

@ -103,12 +103,5 @@ NOTE-END */
#define SEGMENT_MASK ((SEGMENT_SIZE)-1)
#endif
#if defined (DARWIN_OS)
#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) */