diff options
| author | Andrew Choi | 2002-08-27 01:00:55 +0000 |
|---|---|---|
| committer | Andrew Choi | 2002-08-27 01:00:55 +0000 |
| commit | 3fb799840fb9169509e80fdc893f116c92ae3c99 (patch) | |
| tree | 5b16ec5ce81f1a85f4a4d4542696247f1ade105d /src | |
| parent | fa831cf8656015853865025adfd56726462b6cce (diff) | |
| download | emacs-3fb799840fb9169509e80fdc893f116c92ae3c99.tar.gz emacs-3fb799840fb9169509e80fdc893f116c92ae3c99.zip | |
Correct yesterday's mistake of changing test for MAC_OSX to
HAVE_CARBON on line 797.
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 794 | run_time_remap (argv[0]); | 794 | run_time_remap (argv[0]); |
| 795 | #endif | 795 | #endif |
| 796 | 796 | ||
| 797 | #ifdef HAVE_CARBON | 797 | #ifdef MAC_OSX |
| 798 | if (!initialized) | 798 | if (!initialized) |
| 799 | unexec_init_emacs_zone (); | 799 | unexec_init_emacs_zone (); |
| 800 | #endif | 800 | #endif |