summaryrefslogtreecommitdiffstats
path: root/yarvcore.h
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-20 06:16:04 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-20 06:16:04 +0000
commit9e05d6d92a655f68bb6b2791f62d21d26f5ba73e (patch)
treec804d96b9f60f5ee4435c10edd2a3a63c8c935b2 /yarvcore.h
parent54e2c590468a42e940eb4b0962d8f4d3c9a5f92b (diff)
downloadruby-9e05d6d92a655f68bb6b2791f62d21d26f5ba73e.tar.gz
ruby-9e05d6d92a655f68bb6b2791f62d21d26f5ba73e.tar.xz
ruby-9e05d6d92a655f68bb6b2791f62d21d26f5ba73e.zip
* eval.c, vm.c, yarvcore.h: move definition of rb_call_super() to
vm.c from eval.c. change th_call_super() to static function. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11797 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'yarvcore.h')
-rw-r--r--yarvcore.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/yarvcore.h b/yarvcore.h
index 209b53daf..b03e7f0fb 100644
--- a/yarvcore.h
+++ b/yarvcore.h
@@ -601,7 +601,6 @@ void rb_disable_interrupt(void);
VALUE th_eval_body(rb_thread_t *th);
VALUE th_set_eval_stack(rb_thread_t *, VALUE iseq);
-VALUE th_call_super(rb_thread_t *th, int argc, const VALUE *argv);
VALUE th_invoke_proc(rb_thread_t *th, rb_proc_t *proc, VALUE self, int argc, VALUE *argv);
VALUE th_make_proc(rb_thread_t *th, rb_control_frame_t *cfp, rb_block_t *block);
VALUE th_make_env_object(rb_thread_t *th, rb_control_frame_t *cfp);