raise_closed_queue_error marked as NORETURN
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61926 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3b787be52f
commit
0c932244fe
@ -646,6 +646,8 @@ queue_closed_p(VALUE self)
|
||||
return FL_TEST_RAW(self, QUEUE_CLOSED) != 0;
|
||||
}
|
||||
|
||||
NORETURN(static void raise_closed_queue_error(VALUE self));
|
||||
|
||||
static void
|
||||
raise_closed_queue_error(VALUE self)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user