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
commitece9ca8b091dee430eb5023b4423959781ca1377 (patch)
tree96d0094634b68a32a570c91c7a0c8d6282e90a5c /iseq.h
parentb66075d8da1d870a4c2961cc8c6b4207418f9ce2 (diff)
downloadruby-ece9ca8b091dee430eb5023b4423959781ca1377.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 {