From: Jon Parise Date: Mon, 28 Jan 2002 16:06:27 +0000 (+0000) Subject: These are now defined in zend_config.w32.h. X-Git-Tag: PRE_ISSET_PATCH~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9aba9071b65d66d1baf2a084bc7e7a91bba37e0e;p=php These are now defined in zend_config.w32.h. --- diff --git a/ext/standard/math.c b/ext/standard/math.c index f108e4f34d..d594a5a21e 100644 --- a/ext/standard/math.c +++ b/ext/standard/math.c @@ -31,11 +31,6 @@ #define M_PI 3.14159265358979323846 #endif -#ifdef PHP_WIN32 -# define zend_finite(x) _finite(x) -# define zend_isnan(x) _isnan(x) -#endif - /* {{{ proto int abs(int number) Return the absolute value of the number */