mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* include/ruby/ruby.h (rb_catch_obj, rb_throw_obj): prototyped.
* include/ruby/intern.h (rb_fiber_alive_p): prototyped. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14431 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
977eea57a3
commit
7c2ae80d70
3 changed files with 9 additions and 0 deletions
|
@ -787,7 +787,9 @@ VALUE rb_rescue(VALUE(*)(ANYARGS),VALUE,VALUE(*)(ANYARGS),VALUE);
|
|||
VALUE rb_rescue2(VALUE(*)(ANYARGS),VALUE,VALUE(*)(ANYARGS),VALUE,...);
|
||||
VALUE rb_ensure(VALUE(*)(ANYARGS),VALUE,VALUE(*)(ANYARGS),VALUE);
|
||||
VALUE rb_catch(const char*,VALUE(*)(ANYARGS),VALUE);
|
||||
VALUE rb_catch_obj(VALUE,VALUE(*)(ANYARGS),VALUE);
|
||||
NORETURN(void rb_throw(const char*,VALUE));
|
||||
NORETURN(void rb_throw_obj(VALUE,VALUE));
|
||||
|
||||
VALUE rb_require(const char*);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue