diff options
| author | Joakim Verona | 2012-09-10 16:03:53 +0200 |
|---|---|---|
| committer | Joakim Verona | 2012-09-10 16:03:53 +0200 |
| commit | b035a30e5cd2f34fedc04c253eeb5a11afed8145 (patch) | |
| tree | b9350cce389602f4967bdc1beed745929155ad5d /src/blockinput.h | |
| parent | 4a37733c693d59a9b83a3fb2d0c7f9461d149f60 (diff) | |
| parent | a31a4cdacb196cc96dcb9bd229edb1d635e01344 (diff) | |
| download | emacs-b035a30e5cd2f34fedc04c253eeb5a11afed8145.tar.gz emacs-b035a30e5cd2f34fedc04c253eeb5a11afed8145.zip | |
upstream
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 | |||