aboutsummaryrefslogtreecommitdiffstats
path: root/src/m
diff options
context:
space:
mode:
authorAdrian Robert2008-08-04 14:39:27 +0000
committerAdrian Robert2008-08-04 14:39:27 +0000
commit14145fa3d03d61fec15d5939b5c4417c9d6472d9 (patch)
tree3720d80ab307127573cb2f685536a2e1c570198e /src/m
parentd7982012851b8772c623287a11aa497e15ac6c3d (diff)
downloademacs-14145fa3d03d61fec15d5939b5c4417c9d6472d9.tar.gz
emacs-14145fa3d03d61fec15d5939b5c4417c9d6472d9.zip
cleanup in s/darwin.h, define DARWIN_OS and use it instead of DARWIN and/or MAC_OSX; also, nsterm.m: small unrelated cleanups
Diffstat (limited to 'src/m')
-rw-r--r--src/m/intel386.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m/intel386.h b/src/m/intel386.h
index a897184b35f..e09d84238e5 100644
--- a/src/m/intel386.h
+++ b/src/m/intel386.h
@@ -103,7 +103,7 @@ 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) 106#if defined (DARWIN_OS)
107#ifdef _LP64 107#ifdef _LP64
108/* For Intel Mac, with CC='gcc -arch x86_64'. */ 108/* For Intel Mac, with CC='gcc -arch x86_64'. */
109#define NO_ARG_ARRAY 109#define NO_ARG_ARRAY