From f9696656a29fe452492651a0ae9a456a131e2fe9 Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 21 Jan 2005 00:31:16 +0000 Subject: * 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 --- rubyio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rubyio.h') 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*)); -- cgit