aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/firefox/files/firefox-36.0-depollute-CONST-from-dtoa.patch')
-rw-r--r--www-client/firefox/files/firefox-36.0-depollute-CONST-from-dtoa.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/www-client/firefox/files/firefox-36.0-depollute-CONST-from-dtoa.patch b/www-client/firefox/files/firefox-36.0-depollute-CONST-from-dtoa.patch
deleted file mode 100644
index 137bbfd..0000000
--- a/www-client/firefox/files/firefox-36.0-depollute-CONST-from-dtoa.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- a/mozilla-release/js/src/dtoa.c 2015-03-01 12:51:12.950912536 -0500
-+++ b/mozilla-release/js/src/dtoa.c 2015-03-01 12:57:49.670919777 -0500
-@@ -245,6 +245,7 @@
- #endif
-
- #ifndef CONST
-+#define DTOA_UNSETCONSTDEF
- #ifdef KR_headers
- #define CONST /* blank */
- #else
-@@ -3246,3 +3247,7 @@
- *rve = s;
- return s0;
- }
-+
-+#ifdef DTOA_UNSETCONSTDEF
-+#undef CONST
-+#endif