aboutsummaryrefslogtreecommitdiffstats
path: root/iseq.h
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-05-21 08:01:59 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-05-21 08:01:59 +0000
commitc0ce9a722767c085830eb4be06cbf2f35811a22a (patch)
tree96d0094634b68a32a570c91c7a0c8d6282e90a5c /iseq.h
parent0dba10a47f8f1269eb90f1617ddfb484bd3d8229 (diff)
downloadruby-c0ce9a722767c085830eb4be06cbf2f35811a22a.tar.gz
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
Diffstat (limited to 'iseq.h')
-rw-r--r--iseq.h2
1 files changed, 1 insertions, 1 deletions
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 {