ruby-changes:49798
From: shyouhei <ko1@a...>
Date: Thu, 18 Jan 2018 20:01:39 +0900 (JST)
Subject: [ruby-changes:49798] shyouhei:r61918 (trunk): rb_reg_enc_error marked as NORETURN
shyouhei 2018-01-18 18:44:41 +0900 (Thu, 18 Jan 2018) New Revision: 61918 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=61918 Log: rb_reg_enc_error marked as NORETURN Modified files: trunk/re.c Index: re.c =================================================================== --- re.c (revision 61917) +++ re.c (revision 61918) @@ -1346,6 +1346,7 @@ static VALUE https://github.com/ruby/ruby/blob/trunk/re.c#L1346 rb_reg_preprocess(const char *p, const char *end, rb_encoding *enc, rb_encoding **fixed_enc, onig_errmsg_buffer err); +NORETURN(static void reg_enc_error(VALUE re, VALUE str)); static void reg_enc_error(VALUE re, VALUE str) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/