isfinite() is not defined in Solaris

This commit is contained in:
Juan Jose Garcia Ripoll 2008-09-01 22:31:36 +02:00
parent 2f89170fc2
commit 6c1f2cbb03

View file

@ -395,7 +395,7 @@ typedef unsigned @CL_FIXNUM_TYPE@ cl_hashkey;
# endif
#endif
#if defined(mingw32) || defined(_MSC_VER) || defined(cygwin)
#if defined(mingw32) || defined(_MSC_VER) || defined(cygwin) || defined(sparc)
# include <math.h>
# ifndef isfinite
# define isfinite(x) (finite(x))