mirror of
https://github.com/php/php-src.git
synced 2024-12-01 22:03:36 +08:00
ups, finite is already a macro on Win32
This commit is contained in:
parent
297ca5c08a
commit
44e0d27685
@ -33,8 +33,10 @@
|
||||
#include "zend_fast_cache.h"
|
||||
|
||||
#ifndef HAVE_FINITE
|
||||
#ifndef finite /* in case it's already a macro */
|
||||
#define finite(a) isfinite(a) /* HPUX 11 only has isfinite() */
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if WITH_BCMATH
|
||||
#include "ext/bcmath/number.h"
|
||||
|
Loading…
Reference in New Issue
Block a user