From 8b4ace9c50842c5b83401ea7b179dcab940387e1 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 23 Sep 2020 10:22:15 +0100 Subject: gentoo resync : 23.09.2020 --- .../files/spidermonkey-17.0.0-unbreak-clang.patch | 32 ---------------------- 1 file changed, 32 deletions(-) delete mode 100644 dev-lang/spidermonkey/files/spidermonkey-17.0.0-unbreak-clang.patch (limited to 'dev-lang/spidermonkey/files') diff --git a/dev-lang/spidermonkey/files/spidermonkey-17.0.0-unbreak-clang.patch b/dev-lang/spidermonkey/files/spidermonkey-17.0.0-unbreak-clang.patch deleted file mode 100644 index ef428e70b52f..000000000000 --- a/dev-lang/spidermonkey/files/spidermonkey-17.0.0-unbreak-clang.patch +++ /dev/null @@ -1,32 +0,0 @@ -commit ad6d8397a05a -Author: Dan Gohman -Date: Thu May 22 11:15:06 2014 -0700 - - Bug 1012971 - SpiderMonkey: Fix various warnings. r=nbp ---- - js/public/RootingAPI.h | 4 +++- - js/src/configure.in | 1 + - js/src/jit/IonFrames.h | 17 ++++++++--------- - js/src/jit/MIR.h | 12 +++++------- - js/src/jit/PerfSpewer.cpp | 12 ++++++------ - js/src/jit/RegisterSets.h | 2 +- - js/src/jscntxt.h | 2 +- - js/src/jsgcinlines.h | 4 ++-- - js/src/jsopcode.cpp | 2 +- - js/src/jsscript.cpp | 6 +++--- - js/src/shell/js.cpp | 2 +- - js/src/vm/ArrayBufferObject.h | 16 ++++++++-------- - js/src/vm/TypedArrayObject.cpp | 26 +++++++++++++------------- - 13 files changed, 53 insertions(+), 53 deletions(-) - ---- old/js/src/jsopcode.cpp.orig 2013-02-11 22:33:23 UTC -+++ new/js/src/jsopcode.cpp -@@ -6067,7 +6067,7 @@ ExpressionDecompiler::write(JSString *s) - bool - ExpressionDecompiler::quote(JSString *s, uint32_t quote) - { -- return QuoteString(&sprinter, s, quote) >= 0; -+ return QuoteString(&sprinter, s, quote) != NULL; - } - - JSAtom * -- cgit v1.2.3