aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-04-07 22:09:23 +0000
committerRichard M. Stallman1993-04-07 22:09:23 +0000
commit61836955225900708449f6220b3e2844d1c62b7d (patch)
tree2cfb3d925527f2247f189ae93ac78fe84d710552 /src
parent0e8ec8d0cc8e4145616d83f499c8a5b9ea95807b (diff)
downloademacs-61836955225900708449f6220b3e2844d1c62b7d.tar.gz
emacs-61836955225900708449f6220b3e2844d1c62b7d.zip
(interrupt_input_blocked): Make this signed int.
Diffstat (limited to 'src')
-rw-r--r--src/blockinput.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blockinput.h b/src/blockinput.h
index 0571a648107..f8b09419b7d 100644
--- a/src/blockinput.h
+++ b/src/blockinput.h
@@ -43,7 +43,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
43 interrupt_input_pending to a non-zero value. If that flag is set 43 interrupt_input_pending to a non-zero value. If that flag is set
44 when input becomes unblocked, UNBLOCK_INPUT will send a new SIGIO. */ 44 when input becomes unblocked, UNBLOCK_INPUT will send a new SIGIO. */
45 45
46extern unsigned int interrupt_input_blocked; 46extern int interrupt_input_blocked;
47 47
48/* Nonzero means an input interrupt has arrived 48/* Nonzero means an input interrupt has arrived
49 during the current critical section. */ 49 during the current critical section. */