summaryrefslogtreecommitdiffstats
path: root/mozilla-build-s390.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2011-07-17 20:59:58 +0200
committerRemi Collet <fedora@famillecollet.com>2011-07-17 20:59:58 +0200
commit8723724f1dee5a912b90b7bbaef9fe07a4b3e129 (patch)
tree9f38723cb5d065eff5993a6c7f9a5ea951bb335d /mozilla-build-s390.patch
parent74ad8cbbbbcb177b83f2394488ed90e7dd115583 (diff)
Enigmail 1.2 for Thunderbird 5.0
Diffstat (limited to 'mozilla-build-s390.patch')
-rw-r--r--mozilla-build-s390.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/mozilla-build-s390.patch b/mozilla-build-s390.patch
new file mode 100644
index 0000000..2bfe1d5
--- /dev/null
+++ b/mozilla-build-s390.patch
@@ -0,0 +1,11 @@
+diff -up mozilla-1.9.2/js/src/jstl.h.s390 mozilla-1.9.2/js/src/jstl.h
+--- mozilla-1.9.2/js/src/jstl.h.s390 2011-02-18 19:33:24.000000000 +0100
++++ mozilla-1.9.2/js/src/jstl.h 2011-03-07 08:41:29.000000000 +0100
+@@ -195,7 +195,6 @@ class ReentrancyGuard
+ JS_ALWAYS_INLINE size_t
+ RoundUpPow2(size_t x)
+ {
+- typedef tl::StaticAssert<tl::IsSameType<size_t,JSUword>::result>::result _;
+ size_t log2 = JS_CEILING_LOG2W(x);
+ JS_ASSERT(log2 < tl::BitSize<size_t>::result);
+ size_t result = size_t(1) << log2;