[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/blockinput.h,v
From: |
YAMAMOTO Mitsuharu |
Subject: |
[Emacs-diffs] Changes to emacs/src/blockinput.h,v |
Date: |
Fri, 26 Jan 2007 08:36:09 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: YAMAMOTO Mitsuharu <mituharu> 07/01/26 08:36:09
Index: blockinput.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/blockinput.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- blockinput.h 14 Jan 2007 03:24:37 -0000 1.21
+++ blockinput.h 26 Jan 2007 08:36:09 -0000 1.22
@@ -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. */