mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* io.c (rb_io_fptr_cleanup): need flush even when io will not be
closed. * io.c (rb_io_initialize): was calling wrong function rb_io_mode_flags(). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2316 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
360453ce14
commit
de373b1b6c
5 changed files with 23 additions and 5 deletions
|
@ -253,6 +253,8 @@ racc_yyparse(parser, recv, mid, arg, indebug)
|
|||
return v->retval;
|
||||
}
|
||||
|
||||
static VALUE call_scaniter _((VALUE));
|
||||
|
||||
static VALUE
|
||||
call_scaniter(data)
|
||||
VALUE data;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue