diff options
| author | Adrian Robert | 2009-01-28 15:13:18 +0000 |
|---|---|---|
| committer | Adrian Robert | 2009-01-28 15:13:18 +0000 |
| commit | 689a4b3303d3fb6c2f6929d10ce6e5e42a2f0320 (patch) | |
| tree | acd28f4fdd3ed6452fd54cb130563af111317b85 /src | |
| parent | 2eb28b0e3ab0bfb6680825e4d185f4cc2914c8b4 (diff) | |
| download | emacs-689a4b3303d3fb6c2f6929d10ce6e5e42a2f0320.tar.gz emacs-689a4b3303d3fb6c2f6929d10ce6e5e42a2f0320.zip | |
add parens in a defined statement
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 |