summaryrefslogtreecommitdiff
path: root/proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'proc.c')
-rw-r--r--proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proc.c b/proc.c
index 181c208f90..0e9f34e852 100644
--- a/proc.c
+++ b/proc.c
@@ -1144,7 +1144,7 @@ method_owner(VALUE obj)
return data->me->klass;
}
-static void
+void
rb_method_name_error(VALUE klass, VALUE str)
{
const char *s0 = " class";