16 lines
351 B
C++
16 lines
351 B
C++
$NetBSD: patch-Source_WTF_wtf_MathExtras.h,v 1.4 2015/07/12 00:44:46 wiz Exp $
|
|
|
|
Avoid broken section for SunOS/gcc.
|
|
|
|
--- Source/WTF/wtf/MathExtras.h.orig 2015-03-23 08:08:04.000000000 +0000
|
|
+++ Source/WTF/wtf/MathExtras.h
|
|
@@ -84,7 +84,7 @@ inline double wtf_ceil(double x) { retur
|
|
|
|
#endif
|
|
|
|
-#if OS(SOLARIS)
|
|
+#if OS(notSOLARIS)
|
|
|
|
namespace std {
|
|
|