mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 21:44:30 +02:00
Move -test-/fatal/rb_fatal
to -test-/fatal
This commit is contained in:
parent
5a77397489
commit
678cb80033
4 changed files with 14 additions and 4 deletions
|
@ -13,8 +13,7 @@ ruby_fatal(VALUE obj, VALUE msg)
|
|||
}
|
||||
|
||||
void
|
||||
Init_rb_fatal(void)
|
||||
Init_rb_fatal(VALUE mBug)
|
||||
{
|
||||
VALUE mBug = rb_define_module("Bug");
|
||||
rb_define_singleton_method(mBug, "rb_fatal", ruby_fatal, 1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue