diff options
| author | Miles Bader | 2007-01-30 22:22:43 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-01-30 22:22:43 +0000 |
| commit | bb5b9e9dbe671b0525692acf1337efa271b33fb6 (patch) | |
| tree | 810c31e2c5f1bc8e79df0cc4b121a25a9d4b8642 /src/blockinput.h | |
| parent | f3df78db7218a084cbd58dc9a3cb5b9909b02d4d (diff) | |
| parent | 41e49ce63ee2f9945ff99a19b00752ea887ef506 (diff) | |
| download | emacs-bb5b9e9dbe671b0525692acf1337efa271b33fb6.tar.gz emacs-bb5b9e9dbe671b0525692acf1337efa271b33fb6.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 615-621)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 197-199)
- Merge from emacs--devo--0
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-166
Diffstat (limited to 'src/blockinput.h')
| -rw-r--r-- | src/blockinput.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blockinput.h b/src/blockinput.h index fcaa64723bc..468f0e0c762 100644 --- a/src/blockinput.h +++ b/src/blockinput.h | |||
| @@ -49,7 +49,7 @@ Boston, MA 02110-1301, USA. */ | |||
| 49 | interrupt_input_pending to a non-zero value. If that flag is set | 49 | interrupt_input_pending to a non-zero value. If that flag is set |
| 50 | when input becomes unblocked, UNBLOCK_INPUT will send a new SIGIO. */ | 50 | when input becomes unblocked, UNBLOCK_INPUT will send a new SIGIO. */ |
| 51 | 51 | ||
| 52 | extern int interrupt_input_blocked; | 52 | extern volatile int interrupt_input_blocked; |
| 53 | 53 | ||
| 54 | /* Nonzero means an input interrupt has arrived | 54 | /* Nonzero means an input interrupt has arrived |
| 55 | during the current critical section. */ | 55 | during the current critical section. */ |