ups, finite is already a macro on Win32

This commit is contained in:
Thies C. Arntzen 2000-04-17 13:25:16 +00:00
parent 297ca5c08a
commit 44e0d27685

View File

@ -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"