comparison src/macterm.c @ 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 35f25c15b8c2
children 8aa0953a6870 173dee4e2611
comparison
equal deleted inserted replaced
63097:0d46ecee3dbc 63098:08adf0b46c71
9888 } 9888 }
9889 9889
9890 /***** Code to handle C-g testing *****/ 9890 /***** Code to handle C-g testing *****/
9891 9891
9892 /* Contains the Mac modifier formed from quit_char */ 9892 /* Contains the Mac modifier formed from quit_char */
9893 static mac_quit_char_modifiers = 0; 9893 int mac_quit_char_modifiers = 0;
9894 static mac_quit_char_keycode; 9894 int mac_quit_char_keycode;
9895 extern int quit_char; 9895 extern int quit_char;
9896 9896
9897 static void 9897 static void
9898 mac_determine_quit_char_modifiers() 9898 mac_determine_quit_char_modifiers()
9899 { 9899 {