1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
nobu 2013-08-11 07:31:25 +00:00
parent c6282e9bf9
commit 49826b4b72

2
file.c
View file

@ -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;