From 3733b0ac9685e6b97ff51041d30fd171d1e1542a Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 29 May 2016 10:18:20 +0000 Subject: vm_core.h: rb_exc_set_backtrace declaration * vm_core.h (rb_exc_set_backtrace): move declaration from eval_error.c and vm_args.c. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55201 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_args.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'vm_args.c') diff --git a/vm_args.c b/vm_args.c index 2546b86e8e..9efc95bf7b 100644 --- a/vm_args.c +++ b/vm_args.c @@ -691,8 +691,6 @@ setup_parameters_complex(rb_thread_t * const th, const rb_iseq_t * const iseq, return opt_pc; } -VALUE rb_exc_set_backtrace(VALUE exc, VALUE bt); - static void raise_argument_error(rb_thread_t *th, const rb_iseq_t *iseq, const VALUE exc) { -- cgit v1.2.3