aboutsummaryrefslogtreecommitdiffstats
path: root/eval_intern.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 /eval_intern.h
parent44d8ab72037030aaa1017fa503b4dc7ee3cb11df (diff)
downloadruby-04daf205b6e6578017a1e107891235890f819590.tar.gz
* 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 'eval_intern.h')
-rw-r--r--eval_intern.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/eval_intern.h b/eval_intern.h
index 72ce25f2a7..549953acfc 100644
--- a/eval_intern.h
+++ b/eval_intern.h
@@ -210,7 +210,6 @@ 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. */