changeset 63098:08adf0b46c71

* macterm.c: Make mac_quit_char_modifiers and mac_quit_char_keycode non-static.
author Jan Djärv <jan.h.d@swipnet.se>
date Mon, 06 Jun 2005 20:23:56 +0000
parents 0d46ecee3dbc
children a817e29f8ce0
files src/macterm.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/macterm.c	Mon Jun 06 20:23:30 2005 +0000
+++ b/src/macterm.c	Mon Jun 06 20:23:56 2005 +0000
@@ -9890,8 +9890,8 @@
 /***** 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