fix parameter
This commit is contained in:
parent
0d7d8b2989
commit
c88afd5328
4
vm.c
4
vm.c
@ -2870,7 +2870,7 @@ extern size_t rb_gc_stack_maxsize;
|
|||||||
|
|
||||||
/* :nodoc: */
|
/* :nodoc: */
|
||||||
static VALUE
|
static VALUE
|
||||||
sdr(void)
|
sdr(VALUE self)
|
||||||
{
|
{
|
||||||
rb_vm_bugreport(NULL);
|
rb_vm_bugreport(NULL);
|
||||||
return Qnil;
|
return Qnil;
|
||||||
@ -2878,7 +2878,7 @@ sdr(void)
|
|||||||
|
|
||||||
/* :nodoc: */
|
/* :nodoc: */
|
||||||
static VALUE
|
static VALUE
|
||||||
nsdr(void)
|
nsdr(VALUE self)
|
||||||
{
|
{
|
||||||
VALUE ary = rb_ary_new();
|
VALUE ary = rb_ary_new();
|
||||||
#if HAVE_BACKTRACE
|
#if HAVE_BACKTRACE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user