summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-11 07:31:25 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-11 07:31:25 +0000
commit49826b4b72ea574f03fff328ed41669dfacb00ad (patch)
tree793060fa99c73336ea9663632ec5529e2c2df9ff /file.c
parentc6282e9bf95a29fd0761536e2f2ff37528d0a643 (diff)
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
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
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;