summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-02-10 17:22:25 +0000
committerAndi Gutmans <andi@php.net>2000-02-10 17:22:25 +0000
commitec0e2d7312ba5e55bb4ffb2f35b72e19a48ee89a (patch)
treee66e7231dfe5e4410e337096e353bc3c65128957
parentb48eebb114d500164e881ead4e8633e74e0c1c20 (diff)
downloadphp-git-ec0e2d7312ba5e55bb4ffb2f35b72e19a48ee89a.tar.gz
- Little fix
-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