diff options
author | Landry Breuil <landry@rhaalovely.net> | 2014-03-07 12:42:21 +0100 |
---|---|---|
committer | Landry Breuil <landry@rhaalovely.net> | 2014-03-07 12:42:21 +0100 |
commit | 8fe45c44874dba5510640be32df4740dba1ace18 (patch) | |
tree | 965108c8069cbd4a595b35099ed08755ca11ca49 /patches/patch-Source_WTF_wtf_DisallowCType_h | |
parent | 3bbedb2178014c22ef24335f62be346f410b846f (diff) |
WIP update to 2.3.90, working on amd64 (this time for real)
Diffstat (limited to 'patches/patch-Source_WTF_wtf_DisallowCType_h')
-rw-r--r-- | patches/patch-Source_WTF_wtf_DisallowCType_h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/patches/patch-Source_WTF_wtf_DisallowCType_h b/patches/patch-Source_WTF_wtf_DisallowCType_h index 124e236..76a6d61 100644 --- a/patches/patch-Source_WTF_wtf_DisallowCType_h +++ b/patches/patch-Source_WTF_wtf_DisallowCType_h @@ -3,14 +3,14 @@ just, wtf. error: 'isspace_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h' was not declared in this scope ---- Source/WTF/wtf/DisallowCType.h.orig Wed Jul 17 22:49:42 2013 -+++ Source/WTF/wtf/DisallowCType.h Wed Jul 17 22:50:11 2013 +--- Source/WTF/wtf/DisallowCType.h.orig Thu Jan 23 17:49:58 2014 ++++ Source/WTF/wtf/DisallowCType.h Fri Feb 14 22:53:44 2014 @@ -41,7 +41,7 @@ // or <glib/gi18n-lib.h>, which in turn include <xlocale/_ctype.h> which uses // isacii(). #include <wtf/Platform.h> --#if !PLATFORM(QT) && !(OS(DARWIN) && PLATFORM(GTK)) && !OS(QNX) && !defined(_LIBCPP_VERSION) -+#if !PLATFORM(QT) && !((OS(OPENBSD) || OS(DARWIN)) && PLATFORM(GTK)) && !OS(QNX) && !defined(_LIBCPP_VERSION) +-#if !(OS(DARWIN) && PLATFORM(GTK)) && !PLATFORM(EFL) && !defined(_LIBCPP_VERSION) ++#if !((OS(OPENBSD) || OS(DARWIN)) && PLATFORM(GTK)) && !PLATFORM(EFL) && !defined(_LIBCPP_VERSION) #include <ctype.h> |