mirror of
https://github.com/ruby/ruby.git
synced 2025-09-20 19:14:00 +02:00
* io.c, include/ruby/intern.h (rb_io_ascii8bit_binmode): externed.
* ext/socket/socket.c (init_sock): use rb_io_ascii8bit_binmode() instead of rb_io_binmode(). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19868 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
89dfcd82f0
commit
d423b884b8
4 changed files with 10 additions and 2 deletions
|
@ -382,6 +382,7 @@ VALUE rb_io_close(VALUE);
|
|||
VALUE rb_io_flush(VALUE);
|
||||
VALUE rb_io_eof(VALUE);
|
||||
VALUE rb_io_binmode(VALUE);
|
||||
VALUE rb_io_ascii8bit_binmode(VALUE);
|
||||
VALUE rb_io_addstr(VALUE, VALUE);
|
||||
VALUE rb_io_printf(int, VALUE*, VALUE);
|
||||
VALUE rb_io_print(int, VALUE*, VALUE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue