From 9aba9071b65d66d1baf2a084bc7e7a91bba37e0e Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Mon, 28 Jan 2002 16:06:27 +0000 Subject: [PATCH] These are now defined in zend_config.w32.h. --- ext/standard/math.c | 5 ----- 1 file changed, 5 deletions(-) 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 */ -- 2.50.1