1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix parameter

This commit is contained in:
Koichi Sasada 2019-12-05 14:38:46 +09:00
parent 0d7d8b2989
commit c88afd5328

4
vm.c
View file

@ -2870,7 +2870,7 @@ extern size_t rb_gc_stack_maxsize;
/* :nodoc: */
static VALUE
sdr(void)
sdr(VALUE self)
{
rb_vm_bugreport(NULL);
return Qnil;
@ -2878,7 +2878,7 @@ sdr(void)
/* :nodoc: */
static VALUE
nsdr(void)
nsdr(VALUE self)
{
VALUE ary = rb_ary_new();
#if HAVE_BACKTRACE