summaryrefslogtreecommitdiff
path: root/rubyio.h
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-08-12 01:56:25 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-08-12 01:56:25 +0000
commit564538541e80ce1870bdd52de563cc6d6cc0c3f6 (patch)
tree9e91176b5ad730eb5b6cb52b00c677c455e57faa /rubyio.h
parent0e104131b8bbc50a8c2c5d336a07a39bc3833d5b (diff)
* rubyio.h (rb_eof_error): should mark as NORETURN.
* win32/win32.c (make_cmdvector): adjust escaped successive double-quote handling. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6758 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'rubyio.h')
-rw-r--r--rubyio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rubyio.h b/rubyio.h
index fe6c719100..784d7bcb41 100644
--- a/rubyio.h
+++ b/rubyio.h
@@ -72,7 +72,7 @@ int rb_io_wait_readable _((int));
int rb_io_wait_writable _((int));
VALUE rb_io_taint_check _((VALUE));
-void rb_eof_error _((void));
+NORETURN(void rb_eof_error _((void)));
void rb_read_check _((FILE*));
int rb_read_pending _((FILE*));