diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/blockinput.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blockinput.h b/src/blockinput.h index c2632ed062d..2eed268f8e5 100644 --- a/src/blockinput.h +++ b/src/blockinput.h | |||
| @@ -59,7 +59,7 @@ extern int interrupt_input_pending; | |||
| 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 |