diff --git a/string.c b/string.c index eac1d21697..da07bd5d9f 100644 --- a/string.c +++ b/string.c @@ -9727,7 +9727,7 @@ rb_str_crypt(VALUE str, VALUE salt) * "a".ord #=> 97 */ -VALUE +static VALUE rb_str_ord(VALUE s) { unsigned int c;