From e3888976d0f6507d215a536d43a73430182a4d86 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 24 Mar 2010 06:08:47 +0000 Subject: * 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 --- vm_method.c | 1 + 1 file changed, 1 insertion(+) (limited to 'vm_method.c') diff --git a/vm_method.c b/vm_method.c index 4b5ab89e7c..cccd02c088 100644 --- a/vm_method.c +++ b/vm_method.c @@ -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; -- cgit v1.2.3