From 1a8d22f8ba2250732211ee4d27150b33bff89912 Mon Sep 17 00:00:00 2001 From: Adrian Robert Date: Wed, 28 Jan 2009 15:13:18 +0000 Subject: [PATCH] add parens in a defined statement --- src/blockinput.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.4.GIT