From 66d8f798ad108d9bb6c0782922d298046ef149ce Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Fri, 17 Nov 2000 16:02:08 +0000 Subject: PHP does not care about inline at all, so get rid of this block. --- main/php.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'main/php.h') 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 -- cgit v1.2.1