merge revision(s) 65667: [Backport #15284]

Fix for bison 3.2 [Bug #15284]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_4@66970 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2019-01-31 11:08:07 +00:00
parent 0f1b218fb4
commit 05b05a8f56
2 changed files with 2 additions and 1 deletions

View file

@ -52,6 +52,7 @@ a\
s/fprintf *(stderr,/YYFPRINTF (parser,/g
}
s/\( YYFPRINTF *(\)yyoutput,/\1parser,/
s/\( YYFPRINTF *(\)yyo,/\1parser,/
s/\( YYFPRINTF *(\)stderr,/\1parser,/
s/\( YYDPRINTF *((\)stderr,/\1parser,/
s/^\([ ]*\)\(yyerror[ ]*([ ]*parser,\)/\1parser_\2/

View file

@ -1,6 +1,6 @@
#define RUBY_VERSION "2.4.6"
#define RUBY_RELEASE_DATE "2019-01-31"
#define RUBY_PATCHLEVEL 345
#define RUBY_PATCHLEVEL 346
#define RUBY_RELEASE_YEAR 2019
#define RUBY_RELEASE_MONTH 1