summaryrefslogtreecommitdiff
path: root/iseq.c
diff options
context:
space:
mode:
Diffstat (limited to 'iseq.c')
-rw-r--r--iseq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/iseq.c b/iseq.c
index 1fd4009a03..6376934b4e 100644
--- a/iseq.c
+++ b/iseq.c
@@ -1021,7 +1021,7 @@ iseqw_absolute_path(VALUE self)
* > iseq = RubyVM::InstructionSequence.compile_file('/tmp/method.rb')
* > iseq.label #=> <main>
*/
-VALUE
+static VALUE
iseqw_label(VALUE self)
{
return rb_iseq_label(iseqw_check(self));
@@ -1063,7 +1063,7 @@ iseqw_base_label(VALUE self)
* iseq.first_lineno
* #=> 1
*/
-VALUE
+static VALUE
iseqw_first_lineno(VALUE self)
{
return rb_iseq_first_lineno(iseqw_check(self));