summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-13 04:09:26 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-13 04:09:26 +0000
commit04daf205b6e6578017a1e107891235890f819590 (patch)
tree87c49fb9f23d8d2a8d4019a342bdd4648aee2179 /vm_core.h
parent44d8ab72037030aaa1017fa503b4dc7ee3cb11df (diff)
* vm_core.h (rb_vm_get_sourceline): moved from eval_intern.h for
vm_dump.c. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27773 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vm_core.h b/vm_core.h
index 2c02315c2e..39dfe55556 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -631,6 +631,7 @@ VALUE rb_make_backtrace(void);
typedef int rb_backtrace_iter_func(void *, VALUE, int, VALUE);
int rb_backtrace_each(rb_backtrace_iter_func *iter, void *arg);
rb_control_frame_t *rb_vm_get_ruby_level_next_cfp(rb_thread_t *th, rb_control_frame_t *cfp);
+int rb_vm_get_sourceline(const rb_control_frame_t *);
VALUE rb_name_err_mesg_new(VALUE obj, VALUE mesg, VALUE recv, VALUE method);
NOINLINE(void rb_gc_save_machine_context(rb_thread_t *));