Mercurial > emacs
changeset 2479:6d011b24f6fe
(interrupt_input_blocked): Make this signed int.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 07 Apr 1993 22:09:23 +0000 |
parents | fb350430116e |
children | 6f4b9c548425 |
files | src/blockinput.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/blockinput.h Wed Apr 07 20:58:20 1993 +0000 +++ b/src/blockinput.h Wed Apr 07 22:09:23 1993 +0000 @@ -43,7 +43,7 @@ interrupt_input_pending to a non-zero value. If that flag is set when input becomes unblocked, UNBLOCK_INPUT will send a new SIGIO. */ -extern unsigned int interrupt_input_blocked; +extern int interrupt_input_blocked; /* Nonzero means an input interrupt has arrived during the current critical section. */