summaryrefslogtreecommitdiff
path: root/lang/spidermonkey17/files/patch-jsopcode.c
diff options
context:
space:
mode:
Diffstat (limited to 'lang/spidermonkey17/files/patch-jsopcode.c')
-rw-r--r--lang/spidermonkey17/files/patch-jsopcode.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/spidermonkey17/files/patch-jsopcode.c b/lang/spidermonkey17/files/patch-jsopcode.c
deleted file mode 100644
index 0758862ee6b1..000000000000
--- a/lang/spidermonkey17/files/patch-jsopcode.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- jsopcode.c 2007-09-27 20:30:18.000000000 +0200
-+++ jsopcode.c 2008-06-19 16:10:44.000000000 +0200
-@@ -262,7 +262,7 @@
- pc2 += jmplen;
- npairs = GET_ATOM_INDEX(pc2);
- pc2 += ATOM_INDEX_LEN;
-- fprintf(fp, " offset %d npairs %u", off, (uintN) npairs);
-+ fprintf(fp, " offset %td npairs %u", off, (uintN) npairs);
- while (npairs) {
- atom = GET_ATOM(cx, script, pc2);
- pc2 += ATOM_INDEX_LEN;