From: Sascha Schumann Date: Fri, 17 Nov 2000 16:02:08 +0000 (+0000) Subject: PHP does not care about inline at all, so get rid of this block. X-Git-Tag: php-4.0.4RC3~170 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=66d8f798ad108d9bb6c0782922d298046ef149ce;p=php PHP does not care about inline at all, so get rid of this block. --- diff --git a/main/php.h b/main/php.h index b4b90ba6b7..5b30e5909b 100644 --- a/main/php.h +++ b/main/php.h @@ -71,13 +71,6 @@ extern unsigned char second_arg_allow_ref[]; #define PHP_DEBUG ZEND_DEBUG -#if PHP_DEBUG || !(defined(__GNUC__)||defined(PHP_WIN32)) -#ifdef inline -#undef inline -#endif -#define inline -#endif - #define APACHE 0 #define CGI_BINARY 0