Support for Solaris 11 on x86 and SPARC.

Thanks to Bob Soliday for the necessary changes.
This commit is contained in:
Andrew Johnson
2014-04-25 16:51:28 -05:00
parent 9170d79ffe
commit 2b7781c8d9
10 changed files with 33 additions and 11 deletions

View File

@@ -17,6 +17,10 @@
/* same as (!isnan(x) && !finite(x)) */
#endif
#ifndef isnan
# define isnan(x) ((x) != (x))
#endif
#ifdef __cplusplus
extern "C" {
#endif