]> granicus.if.org Git - php/commitdiff
- Little fix
authorAndi Gutmans <andi@php.net>
Thu, 10 Feb 2000 17:22:25 +0000 (17:22 +0000)
committerAndi Gutmans <andi@php.net>
Thu, 10 Feb 2000 17:22:25 +0000 (17:22 +0000)
main/php.h

index 083e89c377fe02c4d25e9874b105da6fbcf5083c..cefb35e6b5251e9a196be71024142b3a74456c14 100644 (file)
@@ -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