mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ruby.c (rb_stdio_set_default_encoding): declared.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24408 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a2d42dab14
commit
c6abdf3e0c
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Wed Aug 5 19:11:01 2009 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* ruby.c (rb_stdio_set_default_encoding): declared.
|
||||
|
||||
Wed Aug 5 18:46:01 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* debug.c (ruby_dummy_gdb_enums): made public. [ruby-dev:39001]
|
||||
|
|
2
ruby.c
2
ruby.c
|
@ -1211,6 +1211,8 @@ rb_f_chomp(argc, argv)
|
|||
return str;
|
||||
}
|
||||
|
||||
void rb_stdio_set_default_encoding();
|
||||
|
||||
static VALUE
|
||||
process_options(int argc, char **argv, struct cmdline_options *opt)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue