From c0ce9a722767c085830eb4be06cbf2f35811a22a Mon Sep 17 00:00:00 2001 From: ko1 Date: Thu, 21 May 2015 08:01:59 +0000 Subject: commit miss. iseq.h should be commit with last commit. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50588 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- iseq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iseq.h') diff --git a/iseq.h b/iseq.h index f9fb62e1f3..e80c3ddaea 100644 --- a/iseq.h +++ b/iseq.h @@ -34,7 +34,7 @@ VALUE rb_iseq_line_trace_all(VALUE iseqval); VALUE rb_iseq_line_trace_specify(VALUE iseqval, VALUE pos, VALUE set); /* proc.c */ -rb_iseq_t *rb_method_get_iseq(VALUE body); +rb_iseq_t *rb_method_iseq(VALUE body); rb_iseq_t *rb_proc_get_iseq(VALUE proc, int *is_proc); struct rb_compile_option_struct { -- cgit v1.2.3