]> granicus.if.org Git - php/commitdiff
These are now defined in zend_config.w32.h.
authorJon Parise <jon@php.net>
Mon, 28 Jan 2002 16:06:27 +0000 (16:06 +0000)
committerJon Parise <jon@php.net>
Mon, 28 Jan 2002 16:06:27 +0000 (16:06 +0000)
ext/standard/math.c

index f108e4f34d14ea0e9cc7249262ff65a5670542f7..d594a5a21edb2d095545b9a4e101ed80bdde2a38 100644 (file)
 #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 */