From: Andi Gutmans Date: Thu, 10 Feb 2000 17:22:25 +0000 (+0000) Subject: - Little fix X-Git-Tag: BEFORE_SAPIFICATION_FEB_10_2000~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ec0e2d7312ba5e55bb4ffb2f35b72e19a48ee89a;p=php - Little fix --- 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