зеркало из https://github.com/github/ruby.git
rb_enc_reg_raise marked as NORETURN
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61919 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
8bc3615950
Коммит
8691515246
2
re.c
2
re.c
|
@ -671,6 +671,8 @@ rb_enc_reg_error_desc(const char *s, long len, rb_encoding *enc, int options, co
|
|||
return rb_exc_new3(rb_eRegexpError, desc);
|
||||
}
|
||||
|
||||
NORETURN(static void rb_enc_reg_raise(const char *s, long len, rb_encoding *enc, int options, const char *err));
|
||||
|
||||
static void
|
||||
rb_enc_reg_raise(const char *s, long len, rb_encoding *enc, int options, const char *err)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче