summaryrefslogtreecommitdiff
path: root/package/firefox/patches/patch-js_src_jsnum_h
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-25 07:18:17 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-25 07:18:17 +0200
commit85a1cc9ebdd7273480ab45d8b425ae7e63d1578b (patch)
treed30497e0895cf1fa4a75e36924192856b40a991d /package/firefox/patches/patch-js_src_jsnum_h
parent922b864ff6457376bb884894efff969623170b8f (diff)
parent5593c0670be55a83cca297038baa736528a4dcc6 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/firefox/patches/patch-js_src_jsnum_h')
-rw-r--r--package/firefox/patches/patch-js_src_jsnum_h6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/firefox/patches/patch-js_src_jsnum_h b/package/firefox/patches/patch-js_src_jsnum_h
index af999878c..f2e6abe81 100644
--- a/package/firefox/patches/patch-js_src_jsnum_h
+++ b/package/firefox/patches/patch-js_src_jsnum_h
@@ -1,6 +1,6 @@
---- mozilla-1.9.2.orig/js/src/jsnum.h 2010-04-02 18:02:28.000000000 +0200
-+++ mozilla-1.9.2/js/src/jsnum.h 2010-04-11 14:04:14.000000000 +0200
-@@ -98,7 +98,7 @@ JSDOUBLE_IS_FINITE(jsdouble d)
+--- mozilla-2.0.orig/js/src/jsnum.h 2011-03-19 00:33:50.000000000 +0100
++++ mozilla-2.0/js/src/jsnum.h 2011-04-23 23:18:01.000000000 +0200
+@@ -101,7 +101,7 @@ JSDOUBLE_IS_FINITE(jsdouble d)
#ifdef WIN32
return _finite(d);
#else