* vm_method.c (rb_add_method): prototype of rb_vm_get_sourceline.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27030 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
cb2f56aaf4
commit
e3888976d0
@ -260,6 +260,7 @@ method_added(VALUE klass, ID mid)
|
||||
rb_method_entry_t *
|
||||
rb_add_method(VALUE klass, ID mid, rb_method_type_t type, void *opts, rb_method_flag_t noex)
|
||||
{
|
||||
int rb_vm_get_sourceline(const rb_control_frame_t *cfp);
|
||||
rb_thread_t *th;
|
||||
rb_control_frame_t *cfp;
|
||||
int line;
|
||||
|
Loading…
x
Reference in New Issue
Block a user