mirror of
https://github.com/akheron/jansson.git
synced 2025-04-05 13:35:05 +00:00
SmartOS (Solaris) build
This commit is contained in:
parent
88aa6a9e30
commit
663fbfb7a4
1 changed files with 2 additions and 0 deletions
|
@ -29,8 +29,10 @@
|
|||
|
||||
/* Work around nonstandard isnan() and isinf() implementations */
|
||||
#ifndef isnan
|
||||
#ifndef sun
|
||||
static JSON_INLINE int isnan(double x) { return x != x; }
|
||||
#endif
|
||||
#endif
|
||||
#ifndef isinf
|
||||
static JSON_INLINE int isinf(double x) { return !isnan(x) && isnan(x - x); }
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue