Mercurial > emacs
comparison src/blockinput.h @ 101612:ff4b0f0b2fc4
add parens in a defined statement
| author | Adrian Robert <Adrian.B.Robert@gmail.com> |
|---|---|
| date | Wed, 28 Jan 2009 15:13:18 +0000 |
| parents | e038c1a8307c |
| children | 6e5d03f673c7 |
comparison
equal
deleted
inserted
replaced
| 101611:55c92f479653 | 101612:ff4b0f0b2fc4 |
|---|---|
| 57 /* Non-zero means asynchronous timers should be run when input is | 57 /* Non-zero means asynchronous timers should be run when input is |
| 58 unblocked. */ | 58 unblocked. */ |
| 59 | 59 |
| 60 extern int pending_atimers; | 60 extern int pending_atimers; |
| 61 | 61 |
| 62 #if defined HAVE_NS && !defined COCOA_EXPERIMENTAL_CTRL_G | 62 #if defined (HAVE_NS) && !defined (COCOA_EXPERIMENTAL_CTRL_G) |
| 63 /* NS does not use interrupt-driven input processing (yet), so this is | 63 /* NS does not use interrupt-driven input processing (yet), so this is |
| 64 unneeded and moreover was causing problems. */ | 64 unneeded and moreover was causing problems. */ |
| 65 #define BLOCK_INPUT | 65 #define BLOCK_INPUT |
| 66 #define UNBLOCK_INPUT | 66 #define UNBLOCK_INPUT |
| 67 #define TOTALLY_UNBLOCK_INPUT | 67 #define TOTALLY_UNBLOCK_INPUT |
