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:
parent
c6282e9bf9
commit
49826b4b72
1 changed files with 1 additions and 1 deletions
2
file.c
2
file.c
|
|
@ -244,7 +244,7 @@ rb_str_encode_ospath(VALUE path)
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
VALUE
|
static VALUE
|
||||||
rb_str_normalize_ospath0(const char *ptr, long len)
|
rb_str_normalize_ospath0(const char *ptr, long len)
|
||||||
{
|
{
|
||||||
VALUE str;
|
VALUE str;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue