From: Andi Gutmans Date: Wed, 6 Sep 2000 18:42:06 +0000 (+0000) Subject: - Save two lines X-Git-Tag: php-4.0.3RC1~267 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=180c337885981c4cf1e6f6facf64d549fe6a932d;p=php - Save two lines --- diff --git a/Zend/zend_config.w32.h b/Zend/zend_config.w32.h index 10e0241e00..289282db1f 100644 --- a/Zend/zend_config.w32.h +++ b/Zend/zend_config.w32.h @@ -49,15 +49,12 @@ typedef unsigned int uint; #define vsnprintf _vsnprintf #define zend_isinf(a) 0 -#ifdef inline -#undef inline -#endif - #define zend_sprintf sprintf /* This will cause the compilation process to be MUCH longer, but will generate * a much quicker PHP binary */ +#undef inline #ifdef ZEND_WIN32_FORCE_INLINE # define inline __forceinline #else