aboutsummaryrefslogtreecommitdiffstats
path: root/src/mac.c
diff options
context:
space:
mode:
authorMiles Bader2008-04-05 23:01:26 +0000
committerMiles Bader2008-04-05 23:01:26 +0000
commit5bc6ddff00c50acf546530ef0e08a27140614d27 (patch)
tree22f92034de583fe3df108e166385e30220b426fe /src/mac.c
parentd8c852509f6218db43e5f2ca8baace02d4fa1294 (diff)
parent37128b5497b54367b25ed149ead91821adc65876 (diff)
downloademacs-5bc6ddff00c50acf546530ef0e08a27140614d27.tar.gz
emacs-5bc6ddff00c50acf546530ef0e08a27140614d27.zip
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1107
Diffstat (limited to 'src/mac.c')
-rw-r--r--src/mac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mac.c b/src/mac.c
index 5a8c8823ec4..74cfeb24865 100644
--- a/src/mac.c
+++ b/src/mac.c
@@ -79,7 +79,7 @@ static ComponentInstance as_scripting_component;
79/* The single script context used for all script executions. */ 79/* The single script context used for all script executions. */
80static OSAID as_script_context; 80static OSAID as_script_context;
81 81
82#ifndef MAC_OS_X 82#ifndef MAC_OSX
83#if TARGET_API_MAC_CARBON 83#if TARGET_API_MAC_CARBON
84static int wakeup_from_rne_enabled_p = 0; 84static int wakeup_from_rne_enabled_p = 0;
85#define ENABLE_WAKEUP_FROM_RNE (wakeup_from_rne_enabled_p = 1) 85#define ENABLE_WAKEUP_FROM_RNE (wakeup_from_rne_enabled_p = 1)