Merge topic 'jsoncpp-portability'
75644daf jsoncpp: Fix compilation as C99 on Solaris
This commit is contained in:
commit
cda189356e
@ -24,7 +24,9 @@
|
|||||||
// Solaris
|
// Solaris
|
||||||
#if defined(__sun)
|
#if defined(__sun)
|
||||||
# include <ieeefp.h>
|
# include <ieeefp.h>
|
||||||
# define isfinite finite
|
# if !defined(isfinite)
|
||||||
|
# define isfinite finite
|
||||||
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// AIX
|
// AIX
|
||||||
|
Loading…
x
Reference in New Issue
Block a user