diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-03-19 07:13:01 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-03-19 07:13:01 +0000 |
| commit | e93780c8d3889265e4163199bf16f87cbe6743f3 (patch) | |
| tree | 869b868b1ba82da7c5508e4815030c963a1ad3e6 /io.c | |
| parent | 7f496d879d50669a6ad176c7aa30c29e99111ce8 (diff) | |
| download | ruby-e93780c8d3889265e4163199bf16f87cbe6743f3.tar.gz ruby-e93780c8d3889265e4163199bf16f87cbe6743f3.tar.xz ruby-e93780c8d3889265e4163199bf16f87cbe6743f3.zip | |
* variable.c (rb_cvar_set): class variables become private to the
particular class/module. [Ruby2]
* variable.c (rb_cvar_get): ditto.
* io.c (rb_io_sync): need not to check writable. [ruby-core:02674]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5977 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'io.c')
| -rw-r--r-- | io.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -775,7 +775,6 @@ rb_io_fsync(io) FILE *f; GetOpenFile(io, fptr); - rb_io_check_writable(fptr); f = GetWriteFile(fptr); io_fflush(f, fptr); |
