summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/php.h')
-rw-r--r--main/php.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php.h b/main/php.h
index 083e89c377..cefb35e6b5 100644
--- a/main/php.h
+++ b/main/php.h
@@ -82,7 +82,7 @@ extern unsigned char second_arg_allow_ref[];
#define DEBUG ZEND_DEBUG
-#if DEBUG || !(defined(__GNUC__)||PHP_WIN32
+#if DEBUG || !(defined(__GNUC__)||PHP_WIN32)
#ifdef inline
#undef inline
#endif