From 3fb799840fb9169509e80fdc893f116c92ae3c99 Mon Sep 17 00:00:00 2001 From: Andrew Choi Date: Tue, 27 Aug 2002 01:00:55 +0000 Subject: [PATCH] Correct yesterday's mistake of changing test for MAC_OSX to HAVE_CARBON on line 797. --- src/emacs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emacs.c b/src/emacs.c index 9f627585e99..061b92be152 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -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 -- 2.39.5