summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnustep-libs/rigs/files/rigs-0.2.2.20050714-compile.patch')
-rw-r--r--gnustep-libs/rigs/files/rigs-0.2.2.20050714-compile.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/gnustep-libs/rigs/files/rigs-0.2.2.20050714-compile.patch b/gnustep-libs/rigs/files/rigs-0.2.2.20050714-compile.patch
deleted file mode 100644
index 21dcb5626422..000000000000
--- a/gnustep-libs/rigs/files/rigs-0.2.2.20050714-compile.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- Source/RIGSProxySetup.h
-+++ Source/RIGSProxySetup.h
-@@ -90,7 +90,7 @@
- * objective-C runtime.
- */
- int _RIGS_ruby_method_arity(const char *rb_class_name, const char *rb_mth_name);
--id _RIGS_register_ruby_class (VALUE rb_class);
-+Class _RIGS_register_ruby_class (VALUE rb_class);
- VALUE _RIGS_register_ruby_class_from_ruby (VALUE self, VALUE rb_class);
- BOOL _RIGS_build_objc_types(VALUE rb_class, const char *rb_mth_name,
- const char retValueType, int nbArgs, char *sigBuf);