From 1b0fc0ce6165f2c61941bb429b032851219115e6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Mon, 6 Jun 2005 20:23:56 +0000 Subject: [PATCH] * macterm.c: Make mac_quit_char_modifiers and mac_quit_char_keycode non-static. --- src/macterm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/macterm.c b/src/macterm.c index 6ebaa39437b..093b60a639a 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 -- 2.39.5