diff options
Diffstat (limited to 'src/blockinput.h')
| -rw-r--r-- | src/blockinput.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/blockinput.h b/src/blockinput.h index 99c8274fc60..7ba6fc264fd 100644 --- a/src/blockinput.h +++ b/src/blockinput.h | |||
| @@ -122,7 +122,6 @@ extern int pending_atimers; | |||
| 122 | #define INPUT_BLOCKED_P (interrupt_input_blocked > 0) | 122 | #define INPUT_BLOCKED_P (interrupt_input_blocked > 0) |
| 123 | 123 | ||
| 124 | /* Defined in keyboard.c */ | 124 | /* Defined in keyboard.c */ |
| 125 | /* Don't use a prototype here; it causes trouble in some files. */ | ||
| 126 | extern void reinvoke_input_signal (void); | 125 | extern void reinvoke_input_signal (void); |
| 127 | 126 | ||
| 128 | #endif /* EMACS_BLOCKINPUT_H */ | 127 | #endif /* EMACS_BLOCKINPUT_H */ |