Support for Solaris 11 on x86 and SPARC.
Thanks to Bob Soliday for the necessary changes.
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
/* same as (!isnan(x) && !finite(x)) */
|
||||
#endif
|
||||
|
||||
#ifndef isnan
|
||||
# define isnan(x) ((x) != (x))
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user