mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-07 12:20:39 -08:00
(INPUT_BLOCKED_P): New macro.
This commit is contained in:
parent
89d199887d
commit
c2de28efe2
1 changed files with 3 additions and 0 deletions
|
|
@ -97,6 +97,9 @@ extern int pending_atimers;
|
|||
#define TOTALLY_UNBLOCK_INPUT (interrupt_input_blocked = 0)
|
||||
#define UNBLOCK_INPUT_RESIGNAL UNBLOCK_INPUT
|
||||
|
||||
/* In critical section ? */
|
||||
#define INPUT_BLOCKED_P (interrupt_input_blocked > 0)
|
||||
|
||||
/* Defined in keyboard.c */
|
||||
/* Don't use a prototype here; it causes trouble in some files. */
|
||||
extern void reinvoke_input_signal ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue