From ec0e2d7312ba5e55bb4ffb2f35b72e19a48ee89a Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Thu, 10 Feb 2000 17:22:25 +0000 Subject: - Little fix --- main/php.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/php.h') 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 -- cgit v1.2.1