/[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.15 by rms, Sun Mar 6 15:59:44 2005 UTC revision 1.16 by schwab, Mon Mar 7 01:54:13 2005 UTC
# Line 111  extern int pending_atimers; Line 111  extern int pending_atimers;
111  #define UNBLOCK_INPUT_TO(LEVEL)                         \  #define UNBLOCK_INPUT_TO(LEVEL)                         \
112    do                                                    \    do                                                    \
113      {                                                   \      {                                                   \
       int oldlevel = interrupt_input_blocked;           \  
114        interrupt_input_blocked = (LEVEL) + 1;            \        interrupt_input_blocked = (LEVEL) + 1;            \
115        if (interrupt_input_blocked != oldlevel + 1)      \        UNBLOCK_INPUT;                                    \
         UNBLOCK_INPUT;                                  \  
116      }                                                   \      }                                                   \
117    while (0)    while (0)
118    

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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