diff src/blockinput.h @ 75407:205d5c1af245

(interrupt_input_blocked): Declare volatile.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Fri, 26 Jan 2007 08:36:18 +0000
parents e90d04cd455a
children 922696f363b0 f83d17e1ace6
line wrap: on
line diff
--- a/src/blockinput.h	Fri Jan 26 08:35:54 2007 +0000
+++ b/src/blockinput.h	Fri Jan 26 08:36:18 2007 +0000
@@ -49,7 +49,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 int interrupt_input_blocked;
+extern volatile int interrupt_input_blocked;
 
 /* Nonzero means an input interrupt has arrived
    during the current critical section.  */