From 9a51fecc55dca8f4feb0b558c048532d5f5b1f3e Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 31 Aug 2000 05:29:54 +0000 Subject: matz git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@916 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ruby.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ruby.h') diff --git a/ruby.h b/ruby.h index 09f219060..6b65d6163 100644 --- a/ruby.h +++ b/ruby.h @@ -467,7 +467,7 @@ VALUE rb_yield _((VALUE)); int rb_block_given_p _((void)); VALUE rb_iterate _((VALUE(*)(),VALUE,VALUE(*)(),VALUE)); VALUE rb_rescue _((VALUE(*)(),VALUE,VALUE(*)(),VALUE)); -VALUE rb_rescue2 _((VALUE(*)(),VALUE,VALUE,VALUE(*)(),VALUE)); +VALUE rb_rescue2 __((VALUE(*)(),VALUE,VALUE(*)(),VALUE,...)); VALUE rb_ensure _((VALUE(*)(),VALUE,VALUE(*)(),VALUE)); VALUE rb_catch _((const char*,VALUE(*)(),VALUE)); void rb_throw _((const char*,VALUE)) NORETURN; -- cgit