Correct yesterday's mistake of changing test for MAC_OSX to
authorAndrew Choi <akochoi@shaw.ca>
Tue, 27 Aug 2002 01:00:55 +0000 (01:00 +0000)
committerAndrew Choi <akochoi@shaw.ca>
Tue, 27 Aug 2002 01:00:55 +0000 (01:00 +0000)
HAVE_CARBON on line 797.

src/emacs.c

index 9f62758..061b92b 100644 (file)
@@ -794,7 +794,7 @@ main (argc, argv, envp)
     run_time_remap (argv[0]);
 #endif
 
-#ifdef HAVE_CARBON
+#ifdef MAC_OSX
   if (!initialized)
     unexec_init_emacs_zone ();
 #endif