aboutsummaryrefslogtreecommitdiff
path: root/lang/etoile-io/files/patch-Runtime.m
diff options
context:
space:
mode:
Diffstat (limited to 'lang/etoile-io/files/patch-Runtime.m')
-rw-r--r--lang/etoile-io/files/patch-Runtime.m17
1 files changed, 0 insertions, 17 deletions
diff --git a/lang/etoile-io/files/patch-Runtime.m b/lang/etoile-io/files/patch-Runtime.m
deleted file mode 100644
index 708b942932b2..000000000000
--- a/lang/etoile-io/files/patch-Runtime.m
+++ /dev/null
@@ -1,17 +0,0 @@
---- Languages/Io/ObjcBridge/Runtime.m.orig 2007-08-03 16:46:18.000000000 +0200
-+++ Languages/Io/ObjcBridge/Runtime.m 2011-04-21 06:46:53.000000000 +0200
-@@ -11,11 +11,11 @@
- while ((i < bufferLen) && (class = objc_next_class(&iterator))) buffer[i++]=class;
- return classCount;
- }
--#else
-+#endif
-+#if 1
- IMP __objc_get_forward_imp(SEL sel)
- {
-- extern id _objc_msgForward(id self, SEL sel, ...);
-- return _objc_msgForward;
-+ return __objc_msg_forward;
- }
- #endif
-