summaryrefslogtreecommitdiff
path: root/devel/swigruby/files/patch-ruby.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'devel/swigruby/files/patch-ruby.cxx')
-rw-r--r--devel/swigruby/files/patch-ruby.cxx12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/swigruby/files/patch-ruby.cxx b/devel/swigruby/files/patch-ruby.cxx
new file mode 100644
index 000000000000..93e75bfbec58
--- /dev/null
+++ b/devel/swigruby/files/patch-ruby.cxx
@@ -0,0 +1,12 @@
+--- ruby.cxx.orig Thu May 25 01:18:29 2000
++++ ruby.cxx Fri Nov 8 03:05:43 2002
+@@ -840,3 +840,3 @@
+ // ---------------------------------------------------------------------
+-char *RUBY::ruby_typemap_lookup(char *op, DataType *type, char *pname, char *source, char *target, WrapperFunction *f = 0) {
++char *RUBY::ruby_typemap_lookup(char *op, DataType *type, char *pname, char *source, char *target, WrapperFunction *f) {
+ static String s;
+@@ -903,3 +903,3 @@
+ // ---------------------------------------------------------------------
+-char *RUBY::to_VALUE(DataType *type, char *value, int raw = 0) {
++char *RUBY::to_VALUE(DataType *type, char *value, int raw) {
+ static String str;