diff options
Diffstat (limited to 'src/blockinput.h')
| -rw-r--r-- | src/blockinput.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/blockinput.h b/src/blockinput.h index dc02919cf4f..3f61b2b27b9 100644 --- a/src/blockinput.h +++ b/src/blockinput.h | |||
| @@ -89,7 +89,7 @@ extern int pending_atimers; | |||
| 89 | do_pending_atimers (); \ | 89 | do_pending_atimers (); \ |
| 90 | } \ | 90 | } \ |
| 91 | else if (interrupt_input_blocked < 0) \ | 91 | else if (interrupt_input_blocked < 0) \ |
| 92 | abort (); \ | 92 | emacs_abort (); \ |
| 93 | } \ | 93 | } \ |
| 94 | while (0) | 94 | while (0) |
| 95 | 95 | ||
| @@ -124,4 +124,3 @@ extern int pending_atimers; | |||
| 124 | extern void reinvoke_input_signal (void); | 124 | extern void reinvoke_input_signal (void); |
| 125 | 125 | ||
| 126 | #endif /* EMACS_BLOCKINPUT_H */ | 126 | #endif /* EMACS_BLOCKINPUT_H */ |
| 127 | |||