# HG changeset patch # User Richard M. Stallman # Date 734220563 0 # Node ID 6d011b24f6fe5bda1d7ad4cf45c8fdbb65a35954 # Parent fb350430116e0ca888b9440d1d9f69529d668fa2 (interrupt_input_blocked): Make this signed int. diff -r fb350430116e -r 6d011b24f6fe src/blockinput.h --- 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. */