mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
zend_isinf() is already defined in Zend/zend_config.w32.h for Win32.
This commit is contained in:
parent
ece15242e7
commit
e40e7a669a
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@
|
||||||
#ifdef PHP_WIN32
|
#ifdef PHP_WIN32
|
||||||
# define zend_finite(x) _finite(x)
|
# define zend_finite(x) _finite(x)
|
||||||
# define zend_isnan(x) _isnan(x)
|
# define zend_isnan(x) _isnan(x)
|
||||||
# define zend_isinf(x) _isnan(x)
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* {{{ proto int abs(int number)
|
/* {{{ proto int abs(int number)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue