From: YAMAMOTO Mitsuharu Date: Wed, 16 Mar 2005 08:10:12 +0000 (+0000) Subject: (DARWIN): Don't define. X-Git-Tag: ttn-vms-21-2-B4~1776 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2dfcf9681d512c544ba8ad9e181538b7f79ac603;p=emacs.git (DARWIN): Don't define. --- diff --git a/src/s/darwin.h b/src/s/darwin.h index 5b162ea08a3..970e954b616 100644 --- a/src/s/darwin.h +++ b/src/s/darwin.h @@ -37,9 +37,12 @@ Boston, MA 02111-1307, USA. */ #define BSD_SYSTEM /* #define VMS */ +#if 0 /* Don't define DARWIN on Mac OS X because CoreFoundation.h uses + it to distinguish Mac OS X from bare Darwin. */ #ifndef DARWIN #define DARWIN 1 #endif +#endif /* MAC_OS is used to conditionally compile code common to both MAC_OS8 and MAC_OSX. */