mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix parameter
This commit is contained in:
parent
0d7d8b2989
commit
c88afd5328
1 changed files with 2 additions and 2 deletions
4
vm.c
4
vm.c
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue