mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* io.c (MODENUM_MAX): removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19149 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6c2108e2ac
commit
0153a4ea07
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
Fri Sep 5 19:59:26 2008 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* io.c (MODENUM_MAX): removed.
|
||||
|
||||
Fri Sep 5 18:37:52 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* io.c (copy_stream_fallback_body): use read method unless readpartial
|
||||
|
|
2
io.c
2
io.c
|
@ -3687,8 +3687,6 @@ rb_io_mode_modenum(const char *mode)
|
|||
return rb_io_flags_modenum(rb_io_mode_flags(mode));
|
||||
}
|
||||
|
||||
#define MODENUM_MAX 4
|
||||
|
||||
static const char*
|
||||
rb_io_modenum_mode(int modenum)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue