mirror of
https://github.com/akheron/jansson.git
synced 2025-04-06 05:55:05 +00:00
use __sun instead of sun
This commit is contained in:
parent
3bd8a5729d
commit
571617ebfc
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
|
||||
/* Work around nonstandard isnan() and isinf() implementations */
|
||||
#ifndef isnan
|
||||
#ifndef sun
|
||||
#ifndef __sun
|
||||
static JSON_INLINE int isnan(double x) { return x != x; }
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue