diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-21 04:56:06 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-21 04:56:06 +0000 |
| commit | caa50f9706143ab11f66a8fd9102257a5c4432a7 (patch) | |
| tree | 569908a38e1f289f529f3c650ad08989557ecf82 /include/ruby | |
| parent | 0f66b26bc91f603329798445fc44741dfc3cc098 (diff) | |
| download | ruby-caa50f9706143ab11f66a8fd9102257a5c4432a7.tar.gz ruby-caa50f9706143ab11f66a8fd9102257a5c4432a7.tar.xz ruby-caa50f9706143ab11f66a8fd9102257a5c4432a7.zip | |
* include/ruby/io.h (typedef struct rb_io_t):
* io.c (flush_before_seek):
* io.c (io_fillbuf):
* io.c (io_fread):
* io.c (io_getpartial):
* ruby.c (load_file_internal):
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21709 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include/ruby')
| -rw-r--r-- | include/ruby/io.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ruby/io.h b/include/ruby/io.h index 04af3d07e..64773549f 100644 --- a/include/ruby/io.h +++ b/include/ruby/io.h @@ -92,6 +92,7 @@ typedef struct rb_io_t { #define FMODE_WSPLIT_INITIALIZED 0x00000400 #define FMODE_TRUNC 0x00000800 #define FMODE_TEXTMODE 0x00001000 +#define FMODE_EOF 0x00002000 /* #define FMODE_PREP 0x00010000 */ #define GetOpenFile(obj,fp) rb_io_check_closed((fp) = RFILE(rb_io_taint_check(obj))->fptr) |
