Mercurial > emacs
comparison src/blockinput.h @ 109353:d43e7dfda4f1
merge trunk
| author | Kenichi Handa <handa@etlken> |
|---|---|
| date | Mon, 12 Jul 2010 11:28:50 +0900 |
| parents | 6e14fb772f21 |
| children | 417b1e4d63cd |
comparison
equal
deleted
inserted
replaced
| 109352:2803d726899d | 109353:d43e7dfda4f1 |
|---|---|
| 120 | 120 |
| 121 /* In critical section ? */ | 121 /* In critical section ? */ |
| 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 */ |
| 129 | 128 |
| 130 /* arch-tag: 51a9ec86-945a-4966-8f04-2d1341250e03 | 129 /* arch-tag: 51a9ec86-945a-4966-8f04-2d1341250e03 |
