1
0
Fork 0
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:
shyouhei 2018-01-18 09:44:39 +00:00
parent ebe0247c03
commit 29b0b75beb

View file

@ -1184,6 +1184,8 @@ r_byte(struct load_arg *arg)
return c;
}
NORETURN(static void long_toobig(int size));
static void
long_toobig(int size)
{