ruby-changes:30431
From: nobu <ko1@a...>
Date: Sun, 11 Aug 2013 16:31:31 +0900 (JST)
Subject: [ruby-changes:30431] nobu:r42510 (trunk): file.c: internal function
nobu 2013-08-11 16:31:25 +0900 (Sun, 11 Aug 2013) New Revision: 42510 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=42510 Log: file.c: internal function * file.c (rb_str_normalize_ospath0): make the internal function static. Modified files: trunk/file.c Index: file.c =================================================================== --- file.c (revision 42509) +++ file.c (revision 42510) @@ -244,7 +244,7 @@ rb_str_encode_ospath(VALUE path) https://github.com/ruby/ruby/blob/trunk/file.c#L244 } #ifdef __APPLE__ -VALUE +static VALUE rb_str_normalize_ospath0(const char *ptr, long len) { VALUE str; -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/