aboutsummaryrefslogtreecommitdiffstats
path: root/eval_intern.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-11 00:57:09 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-11 00:57:09 +0000
commitfbe5ce6ca7c57cb74572395b6cc5e9f76dd3c9d8 (patch)
tree9ceb2bac4a709c627e2546d5caf0af9ab965793e /eval_intern.h
parentc20a118c500a783388d698a8585ab25935160f98 (diff)
downloadruby-fbe5ce6ca7c57cb74572395b6cc5e9f76dd3c9d8.tar.gz
* eval_intern.h (rb_vm_get_sourceline): add prototype.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27729 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'eval_intern.h')
-rw-r--r--eval_intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/eval_intern.h b/eval_intern.h
index 549953acfc..72ce25f2a7 100644
--- a/eval_intern.h
+++ b/eval_intern.h
@@ -210,6 +210,7 @@ void rb_vm_set_progname(VALUE filename);
void rb_thread_terminate_all(void);
VALUE rb_vm_top_self();
VALUE rb_vm_cbase(void);
+int rb_vm_get_sourceline(const rb_control_frame_t *);
void rb_trap_restore_mask(void);
#ifndef CharNext /* defined as CharNext[AW] on Windows. */