diff options
author | Remi Collet <fedora@famillecollet.com> | 2011-12-22 16:49:48 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2011-12-22 16:49:48 +0100 |
commit | 2e5013b06612bcfdf8050c569cd9f12a758e8fa4 (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /mozilla-build-s390.patch | |
parent | 5f139fd8d735a957395c0d01bcc835271d80999f (diff) |
clean
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; |