diff options
author | Remi Collet <fedora@famillecollet.com> | 2010-09-24 18:32:38 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2010-09-24 18:32:38 +0200 |
commit | fb82713c5d3eda059bc314078a03de70065c2985 (patch) | |
tree | 1944fb7e7522709f778eb7e9dd2b032f611b8ca1 /mozilla-build-s390.patch | |
parent | 1bc78641f06162743e4f609cc6dd3eb090f16e4d (diff) |
sunbird missing patch
Diffstat (limited to 'mozilla-build-s390.patch')
-rw-r--r-- | mozilla-build-s390.patch | 11 |
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..efdc54e --- /dev/null +++ b/mozilla-build-s390.patch @@ -0,0 +1,11 @@ +diff -up mozilla/js/src/jstl.h.old mozilla/js/src/jstl.h +--- mozilla/js/src/jstl.h.old 2010-03-10 10:01:51.000000000 +0100 ++++ mozilla/js/src/jstl.h 2010-03-10 12:24:55.000000000 +0100 +@@ -195,7 +195,6 @@ class ReentrancyGuard + static 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; |