mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-16 14:21:48 -08:00
isfinite() is not defined in Solaris
This commit is contained in:
parent
2f89170fc2
commit
6c1f2cbb03
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue