diff src/emacs.c @ 47047:808507a40399

Correct yesterday's mistake of changing test for MAC_OSX to HAVE_CARBON on line 797.
author Andrew Choi <akochoi@shaw.ca>
date Tue, 27 Aug 2002 01:00:55 +0000
parents c3fb9620c314
children 83efa005a987
line wrap: on
line diff
--- a/src/emacs.c	Tue Aug 27 00:59:55 2002 +0000
+++ b/src/emacs.c	Tue Aug 27 01:00:55 2002 +0000
@@ -794,7 +794,7 @@
     run_time_remap (argv[0]);
 #endif
 
-#ifdef HAVE_CARBON
+#ifdef MAC_OSX
   if (!initialized)
     unexec_init_emacs_zone ();
 #endif