diff src/emacs.c @ 47032:4e4bf31455d6

2002-08-25 Andrew Choi <akochoi@shaw.ca> * emacs.c (main): Call init_mac_osx_environment if HAVE_CARBON is defined instead of MAC_OSX. * s/darwin.h (select): Define select to sys_select only if HAVE_CARBON is defined.
author Andrew Choi <akochoi@shaw.ca>
date Sun, 25 Aug 2002 17:15:26 +0000
parents 8ec5fd232f26
children c3fb9620c314
line wrap: on
line diff
--- a/src/emacs.c	Sun Aug 25 16:44:51 2002 +0000
+++ b/src/emacs.c	Sun Aug 25 17:15:26 2002 +0000
@@ -794,7 +794,7 @@
     run_time_remap (argv[0]);
 #endif
 
-#ifdef MAC_OSX
+#ifdef HAVE_CARBON
   if (!initialized)
     unexec_init_emacs_zone ();
 #endif