diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-07-04 04:17:26 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-07-04 04:17:26 +0000 |
commit | f0367359d6f55de6caf62fd1dbb72d3661d4ae12 (patch) | |
tree | 3ab2686a359f6cbdda8446d7382f9aa541c2490a /ruby.h | |
parent | 6820886b9beea4608e3c4f135406648c53129124 (diff) | |
download | ruby-f0367359d6f55de6caf62fd1dbb72d3661d4ae12.tar.gz ruby-f0367359d6f55de6caf62fd1dbb72d3661d4ae12.tar.xz ruby-f0367359d6f55de6caf62fd1dbb72d3661d4ae12.zip |
matz
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@810 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ruby.h')
-rw-r--r-- | ruby.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -467,6 +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_ensure _((VALUE(*)(),VALUE,VALUE(*)(),VALUE)); VALUE rb_catch _((const char*,VALUE(*)(),VALUE)); void rb_throw _((const char*,VALUE)) NORETURN; |