summaryrefslogtreecommitdiffstats
path: root/rubyio.h
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-01-21 00:31:16 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-01-21 00:31:16 +0000
commitf9696656a29fe452492651a0ae9a456a131e2fe9 (patch)
treefc6a7776bdfa728867d1ee19a8ec41b97841d3ab /rubyio.h
parent60761dd3185b17281e412c80a043e1109ed93cd8 (diff)
downloadruby-f9696656a29fe452492651a0ae9a456a131e2fe9.tar.gz
ruby-f9696656a29fe452492651a0ae9a456a131e2fe9.tar.xz
ruby-f9696656a29fe452492651a0ae9a456a131e2fe9.zip
* rubyio.h (rb_eof_error): should mark as NORETURN. (backported
from CVS HEAD) git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7796 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 63fcf74f8..ae4db3bb0 100644
--- a/rubyio.h
+++ b/rubyio.h
@@ -78,7 +78,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*));