summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/yap/files/yap-6.0.3-install-clause.patch')
-rw-r--r--dev-lang/yap/files/yap-6.0.3-install-clause.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-lang/yap/files/yap-6.0.3-install-clause.patch b/dev-lang/yap/files/yap-6.0.3-install-clause.patch
deleted file mode 100644
index 2e2c9e8ce5e0..000000000000
--- a/dev-lang/yap/files/yap-6.0.3-install-clause.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- yap-6.0.3.orig/C/index.c 2010-03-16 03:45:20.000000000 +1300
-+++ yap-6.0.3/C/index.c 2010-04-10 12:02:06.000000000 +1200
-@@ -3475,10 +3475,6 @@
- } else if (sp->pos) {
- UInt argno = -sp->pos;
- skip_to_arg(cls, ap, argno, FALSE);
-- if (ArityOfFunctor((Functor)RepAppl(sp[-1].val))
-- != argno+1) {
-- last_arg = FALSE;
-- }
- }
- }
- sp++;