diff options
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 7 |
1 files changed, 0 insertions, 7 deletions
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 |