pkgsrc/lang/spidermonkey185/patches/patch-v8-dtoa_platform.h

17 lines
404 B
C
Raw Normal View History

$NetBSD: patch-v8-dtoa_platform.h,v 1.1 2016/11/16 13:13:44 fhajny Exp $
fpclassify is defined on Illumos.
--- v8-dtoa/platform.h.orig 2011-03-31 19:08:36.000000000 +0000
+++ v8-dtoa/platform.h
@@ -67,7 +67,9 @@ int strncasecmp(const char* s1, const ch
#endif // WIN32
#ifdef SOLARIS
+#ifndef fpclassify
int fpclassify(double x);
+#endif // fpclassify
#endif // SOLARIS
// GCC specific stuff