From f7fbd5b8ad2645e87fcd8abb31c2523072d593b6 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 22 Nov 2007 01:17:52 +0000 Subject: * insnhelper.ci (vm_search_normal_superclass): rename function. * insnhelper.ci (vm_search_superclass): ditto. * proc.c (struct METHOD): rename rklass -> rclass. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13995 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thread.c') diff --git a/thread.c b/thread.c index 6955d8682..7f2aa6814 100644 --- a/thread.c +++ b/thread.c @@ -2906,7 +2906,7 @@ call_trace_proc(VALUE args) klass = p->klass; } else { - rb_thread_method_id_and_klass(GET_THREAD(), &id, &klass); + rb_thread_method_id_and_class(GET_THREAD(), &id, &klass); } if (id == ID_ALLOCATOR) return Qnil; -- cgit