aboutsummaryrefslogtreecommitdiffstats
path: root/src/blockinput.h
diff options
context:
space:
mode:
authorMiles Bader2007-01-30 22:22:43 +0000
committerMiles Bader2007-01-30 22:22:43 +0000
commitbb5b9e9dbe671b0525692acf1337efa271b33fb6 (patch)
tree810c31e2c5f1bc8e79df0cc4b121a25a9d4b8642 /src/blockinput.h
parentf3df78db7218a084cbd58dc9a3cb5b9909b02d4d (diff)
parent41e49ce63ee2f9945ff99a19b00752ea887ef506 (diff)
downloademacs-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.h2
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
52extern int interrupt_input_blocked; 52extern 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. */