diff src/emacs.c @ 97266:80acedef7417

cleanup in s/darwin.h, define DARWIN_OS and use it instead of DARWIN and/or MAC_OSX; also, nsterm.m: small unrelated cleanups
author Adrian Robert <Adrian.B.Robert@gmail.com>
date Mon, 04 Aug 2008 14:39:27 +0000
parents c3512b2085a0
children fb10dad2c427
line wrap: on
line diff
--- a/src/emacs.c	Mon Aug 04 14:17:35 2008 +0000
+++ b/src/emacs.c	Mon Aug 04 14:39:27 2008 +0000
@@ -812,7 +812,8 @@
     run_time_remap (argv[0]);
 #endif
 
-#if defined (NS_IMPL_COCOA)
+/* If using unexmacosx.c (set by s/darwin.h), we must do this. */
+#ifdef DARWIN_OS
   if (!initialized)
     unexec_init_emacs_zone ();
 #endif