summaryrefslogtreecommitdiff
path: root/ext/standard/math.c
diff options
context:
space:
mode:
authorJon Parise <jon@php.net>2002-01-28 16:06:27 +0000
committerJon Parise <jon@php.net>2002-01-28 16:06:27 +0000
commit9aba9071b65d66d1baf2a084bc7e7a91bba37e0e (patch)
treeba74db76ba29d68c80b1ed28678c97cf168151f3 /ext/standard/math.c
parent95407d32020598a8509576a1fa821fbf8631c2fe (diff)
downloadphp-git-9aba9071b65d66d1baf2a084bc7e7a91bba37e0e.tar.gz
These are now defined in zend_config.w32.h.
Diffstat (limited to 'ext/standard/math.c')
-rw-r--r--ext/standard/math.c5
1 files changed, 0 insertions, 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 */