diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2013-01-31 13:58:59 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-02-01 15:47:43 +0000 |
| commit | 8ef8f4a4754fff7aa92d3393360dcc0856eb7eca (patch) | |
| tree | c01cf09cf837f319834f92c0e86ecd38f0320599 /testing/js/isfinite.patch | |
| parent | b5f6030f8e9b219d19ef8974d34a26a81a48927b (diff) | |
| download | aports-8ef8f4a4754fff7aa92d3393360dcc0856eb7eca.tar.bz2 aports-8ef8f4a4754fff7aa92d3393360dcc0856eb7eca.tar.xz | |
main/js: moved from testing
Diffstat (limited to 'testing/js/isfinite.patch')
| -rw-r--r-- | testing/js/isfinite.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/js/isfinite.patch b/testing/js/isfinite.patch deleted file mode 100644 index e0f09f3898..0000000000 --- a/testing/js/isfinite.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./jsnum.h.orig -+++ ./jsnum.h -@@ -101,7 +101,7 @@ - #ifdef WIN32 - return _finite(d); - #else -- return finite(d); -+ return isfinite(d); - #endif - } - |
