summaryrefslogtreecommitdiff
path: root/vm_backtrace.c
diff options
context:
space:
mode:
-rw-r--r--vm_backtrace.c4
1 files changed, 2 insertions, 2 deletions
@@ -1007,7 +1007,7 @@ rb_vm_thread_backtrace_locations(int argc, const VALUE *argv, VALUE thval)
*/
static VALUE
-rb_f_caller(int argc, VALUE *argv)
{
return ec_backtrace_to_ary(GET_EC(), argc, argv, 1, 1, 1);
}
@@ -1035,7 +1035,7 @@ rb_f_caller(int argc, VALUE *argv)
* entries within the specified range.
*/
static VALUE
-rb_f_caller_locations(int argc, VALUE *argv)
{
return ec_backtrace_to_ary(GET_EC(), argc, argv, 1, 1, 0);
}