diff options
Diffstat (limited to 'mozilla-build-s390.patch')
-rw-r--r-- | mozilla-build-s390.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mozilla-build-s390.patch b/mozilla-build-s390.patch deleted file mode 100644 index 92f5cbb..0000000 --- a/mozilla-build-s390.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -up mozilla-1.9.2/js/src/jstl.h.old mozilla-1.9.2/js/src/jstl.h ---- mozilla-1.9.2/js/src/jstl.h.old 2010-03-10 10:01:51.000000000 +0100 -+++ mozilla-1.9.2/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; |