emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/emacs.c,v


From: Adrian Robert
Subject: [Emacs-diffs] Changes to emacs/src/emacs.c,v
Date: Mon, 04 Aug 2008 14:39:28 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Adrian Robert <arobert> 08/08/04 14:39:27

Index: src/emacs.c
===================================================================
RCS file: /sources/emacs/emacs/src/emacs.c,v
retrieving revision 1.439
retrieving revision 1.440
diff -u -b -r1.439 -r1.440
--- src/emacs.c 31 Jul 2008 05:33:51 -0000      1.439
+++ src/emacs.c 4 Aug 2008 14:39:26 -0000       1.440
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]