From c5c5e96643fd674cc44bf6c4f6edd965aa317c9e Mon Sep 17 00:00:00 2001 From: ko1 Date: Mon, 9 Mar 2015 12:43:00 +0000 Subject: * vm_insnhelper.c (ep_cref): rename to lep_cref() because it should be local ep. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49906 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_insnhelper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vm_insnhelper.c') diff --git a/vm_insnhelper.c b/vm_insnhelper.c index ddb3040743..ccc18c5aa7 100644 --- a/vm_insnhelper.c +++ b/vm_insnhelper.c @@ -254,7 +254,7 @@ vm_getspecial(rb_thread_t *th, VALUE *lep, rb_num_t key, rb_num_t type) } static rb_cref_t * -ep_cref(const VALUE *ep) +lep_cref(const VALUE *ep) { const VALUE svar = ep[-1]; @@ -278,7 +278,7 @@ vm_get_cref0(const VALUE *ep) } ep = VM_EP_PREV_EP(ep); } - return ep_cref(ep); + return lep_cref(ep); } rb_cref_t * -- cgit v1.2.3