# HG changeset patch # User Jan Dj¸«£rv # Date 1118089436 0 # Node ID 08adf0b46c71734d4bad7685791668600fe493d7 # Parent 0d46ecee3dbc23a2b7592208ed1010c5d1459c3b * macterm.c: Make mac_quit_char_modifiers and mac_quit_char_keycode non-static. diff -r 0d46ecee3dbc -r 08adf0b46c71 src/macterm.c --- 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