mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
long_toobig marked as NORETURN
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61915 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ebe0247c03
commit
29b0b75beb
1 changed files with 2 additions and 0 deletions
|
@ -1184,6 +1184,8 @@ r_byte(struct load_arg *arg)
|
||||||
return c;
|
return c;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
NORETURN(static void long_toobig(int size));
|
||||||
|
|
||||||
static void
|
static void
|
||||||
long_toobig(int size)
|
long_toobig(int size)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue