mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02:00
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
This commit is contained in:
parent
0d123232e5
commit
b9e392fbed
3 changed files with 1 additions and 4 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue