From ae421c43dfda6e9a1e9af1edaa649a3de17ff07a Mon Sep 17 00:00:00 2001 From: ko1 Date: Mon, 6 Aug 2007 11:36:30 +0000 Subject: * insnhelper.ci, insns.def: move some statements to functions. * vm.c, vm.h, vm_evalbody.ci: fix include/typedef places. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12887 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'vm.c') diff --git a/vm.c b/vm.c index 62cce9b07a..48e738dcd3 100644 --- a/vm.c +++ b/vm.c @@ -13,7 +13,6 @@ #include "ruby/node.h" #include "ruby/st.h" #include "gc.h" -#include "eval_intern.h" #include "insnhelper.h" #include "insnhelper.ci" @@ -505,7 +504,7 @@ vm_call_super(rb_thread_t *th, int argc, const VALUE *argv) klass = RCLASS(klass)->super; if (klass == 0) { - klass = vm_search_super_klass(cfp->method_klass, recv); + klass = vm_search_normal_super_klass(cfp->method_klass, recv); } id = cfp->method_id; -- cgit v1.2.3