diff options
Diffstat (limited to 'src/blockinput.h')
| -rw-r--r-- | src/blockinput.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/blockinput.h b/src/blockinput.h index eba192c9863..a4c8a9b9c22 100644 --- a/src/blockinput.h +++ b/src/blockinput.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* blockinput.h - interface to blocking complicated interrupt-driven input. | 1 | /* blockinput.h - interface to blocking complicated interrupt-driven input. |
| 2 | Copyright (C) 1989, 1993 Free Software Foundation, Inc. | 2 | Copyright (C) 1989, 1993, 2004 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
| @@ -97,6 +97,9 @@ extern int pending_atimers; | |||
| 97 | #define TOTALLY_UNBLOCK_INPUT (interrupt_input_blocked = 0) | 97 | #define TOTALLY_UNBLOCK_INPUT (interrupt_input_blocked = 0) |
| 98 | #define UNBLOCK_INPUT_RESIGNAL UNBLOCK_INPUT | 98 | #define UNBLOCK_INPUT_RESIGNAL UNBLOCK_INPUT |
| 99 | 99 | ||
| 100 | /* In critical section ? */ | ||
| 101 | #define INPUT_BLOCKED_P (interrupt_input_blocked > 0) | ||
| 102 | |||
| 100 | /* Defined in keyboard.c */ | 103 | /* Defined in keyboard.c */ |
| 101 | /* Don't use a prototype here; it causes trouble in some files. */ | 104 | /* Don't use a prototype here; it causes trouble in some files. */ |
| 102 | extern void reinvoke_input_signal (); | 105 | extern void reinvoke_input_signal (); |