summaryrefslogtreecommitdiff
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
commita81b47ac5d2f16d21e20e888d4bfb90500ed35c6 (patch)
treea5e3cce0229e91bea1247ff9249ad319cbb63256 /eval_intern.h
parent8254aea45a384f16c29996ab2becac02adf9dcb4 (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/branches/ruby_1_9_2@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. */