summaryrefslogtreecommitdiff
path: root/www/seamonkey/files/patch-mozilla-content-base-src-nsTextFragmentImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/seamonkey/files/patch-mozilla-content-base-src-nsTextFragmentImpl.h')
-rw-r--r--www/seamonkey/files/patch-mozilla-content-base-src-nsTextFragmentImpl.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/www/seamonkey/files/patch-mozilla-content-base-src-nsTextFragmentImpl.h b/www/seamonkey/files/patch-mozilla-content-base-src-nsTextFragmentImpl.h
new file mode 100644
index 000000000000..b799ff5fb83f
--- /dev/null
+++ b/www/seamonkey/files/patch-mozilla-content-base-src-nsTextFragmentImpl.h
@@ -0,0 +1,14 @@
+--- mozilla/content/base/src/nsTextFragmentImpl.h.orig 2013-01-05 00:44:29.000000000 +0100
++++ mozilla/content/base/src/nsTextFragmentImpl.h 2013-01-10 13:02:12.291088273 +0100
+@@ -16,7 +16,11 @@
+ };
+
+ template<> struct Non8BitParameters<8> {
++#if !defined(__clang__) && defined(__GNUC__) && __GNUC_MINOR__ <= 2
++ static inline size_t mask() { return 0xff00ff00ff00ff00ULL; }
++#else
+ static inline size_t mask() { return 0xff00ff00ff00ff00; }
++#endif
+ static inline uint32_t alignMask() { return 0x7; }
+ static inline uint32_t numUnicharsPerWord() { return 4; }
+ };