/[emacs]/emacs/src/blockinput.h
ViewVC logotype

Diff of /emacs/src/blockinput.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10.20.2 by miles, Tue Oct 14 23:16:38 2003 UTC revision 1.10.20.3 by miles, Tue Jul 6 09:14:34 2004 UTC
# Line 97  extern int pending_atimers; Line 97  extern int pending_atimers;
97  #define TOTALLY_UNBLOCK_INPUT (interrupt_input_blocked = 0)  #define TOTALLY_UNBLOCK_INPUT (interrupt_input_blocked = 0)
98  #define UNBLOCK_INPUT_RESIGNAL UNBLOCK_INPUT  #define UNBLOCK_INPUT_RESIGNAL UNBLOCK_INPUT
99    
100    /* In critical section ? */
101    #define INPUT_BLOCKED_P (interrupt_input_blocked > 0)
102    
103  /* Defined in keyboard.c */  /* Defined in keyboard.c */
104  /* Don't use a prototype here; it causes trouble in some files.  */  /* Don't use a prototype here; it causes trouble in some files.  */
105  extern void reinvoke_input_signal ();  extern void reinvoke_input_signal ();

Legend:
Removed from v.1.10.20.2  
changed lines
  Added in v.1.10.20.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26