diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/macterm.c | 4 |
1 files 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 () | |||
| 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 |