summaryrefslogtreecommitdiff
path: root/dev-lang/qu-prolog/files/qu-prolog-10.0-associated-item.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/qu-prolog/files/qu-prolog-10.0-associated-item.patch')
-rw-r--r--dev-lang/qu-prolog/files/qu-prolog-10.0-associated-item.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-lang/qu-prolog/files/qu-prolog-10.0-associated-item.patch b/dev-lang/qu-prolog/files/qu-prolog-10.0-associated-item.patch
deleted file mode 100644
index d5e992d51c26..000000000000
--- a/dev-lang/qu-prolog/files/qu-prolog-10.0-associated-item.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- qp10.0.orig/src/objects.h 2016-06-07 02:54:35.000000000 +0200
-+++ qp10.0/src/objects.h 2016-10-03 18:26:49.924782008 +0200
-@@ -1210,7 +1210,7 @@
- << this->getName() << "\" ";
-
- #ifndef WIN32
-- switch (hasAssociatedItem())
-+ switch (tag & AssociatedMask)
- {
- case AssociatedNone:
- std::cerr << "(no info)";