mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +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
|
||||
# define zend_finite(x) _finite(x)
|
||||
# define zend_isnan(x) _isnan(x)
|
||||
# define zend_isinf(x) _isnan(x)
|
||||
#endif
|
||||
|
||||
/* {{{ proto int abs(int number)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue