aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/ruby-fox10/files/patch-FXRuby.cpp
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-01-16 05:08:57 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-01-16 05:08:57 +0000
commitdf3e7e93b8317ece24fbe7d0c9e4aa1ebb0feca0 (patch)
tree1d9ecedb74d255866c8e1e5df9db0f2739a8ba66 /x11-toolkits/ruby-fox10/files/patch-FXRuby.cpp
parentc31f9d6cf28e3aa831ff2390ee3ab6ea031dbc76 (diff)
Notes
Diffstat (limited to 'x11-toolkits/ruby-fox10/files/patch-FXRuby.cpp')
-rw-r--r--x11-toolkits/ruby-fox10/files/patch-FXRuby.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/x11-toolkits/ruby-fox10/files/patch-FXRuby.cpp b/x11-toolkits/ruby-fox10/files/patch-FXRuby.cpp
deleted file mode 100644
index ce9f72b7b72e..000000000000
--- a/x11-toolkits/ruby-fox10/files/patch-FXRuby.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
---- ext/fox/FXRuby.cpp.orig Thu Mar 21 02:49:53 2002
-+++ ext/fox/FXRuby.cpp Tue Nov 26 03:44:37 2002
-@@ -761,8 +761,8 @@
- VALUE retval;
- if(FXRbCatchExceptions){
- #if RUBY_VERSION_CODE < 170
-- retval=rb_rescue2((VALUE(*)()) handle_body, (VALUE) &hArgs,
-- (VALUE(*)()) handle_rescue, Qnil,
-+ retval=rb_rescue2((VALUE(*)(...)) handle_body, (VALUE) &hArgs,
-+ (VALUE(*)(...)) handle_rescue, Qnil,
- rb_eStandardError, rb_eNameError, 0);
- #else
- retval=rb_rescue2((VALUE(*)(ANYARGS)) handle_body, (VALUE) &hArgs,