aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Djärv <[email protected]>2005-06-06 20:23:56 +0000
committerJan Djärv <[email protected]>2005-06-06 20:23:56 +0000
commit1b0fc0ce6165f2c61941bb429b032851219115e6 (patch)
tree4cc4a31e102b8a9d44752fa3badd94de0217ed63
parent16d2e7043a77f41e4afbe4dfd98ba6414a479b52 (diff)
* macterm.c: Make mac_quit_char_modifiers and mac_quit_char_keycode
non-static.
-rw-r--r--src/macterm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/macterm.c b/src/macterm.c
index 6ebaa39437..093b60a639 100644
--- a/src/macterm.c
+++ b/src/macterm.c
@@ -9890,8 +9890,8 @@ MakeMeTheFrontProcess ()
/***** Code to handle C-g testing *****/
/* Contains the Mac modifier formed from quit_char */
-static mac_quit_char_modifiers = 0;
-static mac_quit_char_keycode;
+int mac_quit_char_modifiers = 0;
+int mac_quit_char_keycode;
extern int quit_char;
static void