From f0bf74a07b98e0c5cf8875b1a4eb258083fd991e Mon Sep 17 00:00:00 2001 From: ko1 Date: Thu, 4 Sep 2008 18:23:27 +0000 Subject: * iseq.c (iseq_data_to_ary): make it static. * thread.c (thgroup_enclose): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19146 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- iseq.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'iseq.c') diff --git a/iseq.c b/iseq.c index b9641763da..34d90871d7 100644 --- a/iseq.c +++ b/iseq.c @@ -559,6 +559,7 @@ iseq_inspect(VALUE self) RSTRING_PTR(iseq->name), RSTRING_PTR(iseq->filename)); } +static VALUE iseq_data_to_ary(rb_iseq_t *iseq); static VALUE @@ -980,7 +981,7 @@ cdhash_each(VALUE key, VALUE value, VALUE ary) return ST_CONTINUE; } -VALUE +static VALUE iseq_data_to_ary(rb_iseq_t *iseq) { int i, pos, line = 0; -- cgit v1.2.3