diff options
author | Adrian Robert <Adrian.B.Robert@gmail.com> | 2009-01-28 15:13:18 +0000 |
---|---|---|
committer | Adrian Robert <Adrian.B.Robert@gmail.com> | 2009-01-28 15:13:18 +0000 |
commit | 689a4b3303d3fb6c2f6929d10ce6e5e42a2f0320 (patch) | |
tree | acd28f4fdd3ed6452fd54cb130563af111317b85 /src/blockinput.h | |
parent | 2eb28b0e3ab0bfb6680825e4d185f4cc2914c8b4 (diff) | |
download | emacs-689a4b3303d3fb6c2f6929d10ce6e5e42a2f0320.tar.gz |
add parens in a defined statement
Diffstat (limited to 'src/blockinput.h')
-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; extern int pending_atimers; -#if defined HAVE_NS && !defined COCOA_EXPERIMENTAL_CTRL_G +#if defined (HAVE_NS) && !defined (COCOA_EXPERIMENTAL_CTRL_G) /* NS does not use interrupt-driven input processing (yet), so this is unneeded and moreover was causing problems. */ #define BLOCK_INPUT |