ruby-changes:8011
From: akr <ko1@a...>
Date: Thu, 25 Sep 2008 02:10:19 +0900 (JST)
Subject: [ruby-changes:8011] Ruby:r19535 (trunk): * io.c (rb_io_mode_enc): make it static.
akr 2008-09-25 02:10:03 +0900 (Thu, 25 Sep 2008) New Revision: 19535 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=19535 Log: * io.c (rb_io_mode_enc): make it static. Modified files: trunk/ChangeLog trunk/io.c Index: ChangeLog =================================================================== --- ChangeLog (revision 19534) +++ ChangeLog (revision 19535) @@ -1,3 +1,7 @@ +Thu Sep 25 02:08:47 2008 Tanaka Akira <akr@f...> + + * io.c (rb_io_mode_enc): make it static. + Thu Sep 25 01:22:39 2008 Nobuyoshi Nakada <nobu@r...> * lib/mini/test.rb (Mini::Assertions#assert_raise): fixed typo. Index: io.c =================================================================== --- io.c (revision 19534) +++ io.c (revision 19535) @@ -3802,7 +3802,7 @@ parse_mode_enc(estr, &fptr->encs.enc, &fptr->encs.enc2); } -void +static void rb_io_mode_enc(rb_io_t *fptr, const char *modestr) { const char *p = strchr(modestr, ':'); -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/