diff options
author | Sascha Schumann <sas@php.net> | 2000-11-17 16:02:08 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-11-17 16:02:08 +0000 |
commit | 66d8f798ad108d9bb6c0782922d298046ef149ce (patch) | |
tree | 4c215c6f77f7ba3f830a7984e7d5fcaa50f9b0d6 /main | |
parent | b52648efd5c51ba64a4b22928019d18804ff0f31 (diff) | |
download | php-git-66d8f798ad108d9bb6c0782922d298046ef149ce.tar.gz |
PHP does not care about inline at all, so get rid of this block.
Diffstat (limited to 'main')
-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 |