From 49826b4b72ea574f03fff328ed41669dfacb00ad Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 11 Aug 2013 07:31:25 +0000 Subject: [PATCH] file.c: internal function * file.c (rb_str_normalize_ospath0): make the internal function static. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42510 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file.c b/file.c index 23a218a6de..a6b55662ea 100644 --- a/file.c +++ b/file.c @@ -244,7 +244,7 @@ rb_str_encode_ospath(VALUE path) } #ifdef __APPLE__ -VALUE +static VALUE rb_str_normalize_ospath0(const char *ptr, long len) { VALUE str;