mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/io/console/console.c (console_dev): typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32068 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ce90fcdbbd
commit
57ed1e9d75
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Jun 13 23:50:25 2011 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* ext/io/console/console.c (console_dev): typo.
|
||||
|
||||
Mon Jun 13 23:38:23 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* parse.y (parser_parse_string): flush delayed token. based on a
|
||||
|
|
|
@ -587,7 +587,7 @@ console_dev(VALUE klass)
|
|||
fptr->f2 = ofptr->f;
|
||||
ofptr->f = 0;
|
||||
# endif
|
||||
optr->mode |= FMODE_SYNC;
|
||||
ofptr->mode |= FMODE_SYNC;
|
||||
#endif
|
||||
fptr->mode |= FMODE_SYNC;
|
||||
rb_const_set(klass, id_console, con);
|
||||
|
|
Loading…
Add table
Reference in a new issue