b6dafe7567
space for the next major version. WebKit is an open source web browser engine. WebKit is also the name of the Mac OS X system framework version of the engine that's used by Safari, Dashboard, Mail, and many other OS X applications. WebKit's HTML and JavaScript code began as a branch of the KHTML and KJS libraries from KDE. This is the GTK2+ port of the engine of the 2.4 series.
15 lines
351 B
C++
15 lines
351 B
C++
$NetBSD: patch-Source_WTF_wtf_MathExtras.h,v 1.1 2015/07/12 00:37:47 wiz Exp $
|
|
|
|
Avoid broken section for SunOS/gcc.
|
|
|
|
--- Source/WTF/wtf/MathExtras.h.orig 2014-08-25 12:50:32.000000000 +0000
|
|
+++ Source/WTF/wtf/MathExtras.h
|
|
@@ -76,7 +76,7 @@ inline double wtf_ceil(double x) { retur
|
|
|
|
#endif
|
|
|
|
-#if OS(SOLARIS)
|
|
+#if OS(notSOLARIS)
|
|
|
|
namespace std {
|
|
|