Skip to content

Commit

Permalink
merge revision(s) 65667: [Backport #15284]
Browse files Browse the repository at this point in the history
	Fix for bison 3.2 [Bug #15284]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_5@66285 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nagachika committed Dec 8, 2018
1 parent aba207b commit 2eadd92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions tool/ytab.sed
Expand Up @@ -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/
Expand Down
6 changes: 3 additions & 3 deletions version.h
@@ -1,10 +1,10 @@
#define RUBY_VERSION "2.5.4"
#define RUBY_RELEASE_DATE "2018-12-05"
#define RUBY_PATCHLEVEL 119
#define RUBY_RELEASE_DATE "2018-12-08"
#define RUBY_PATCHLEVEL 120

#define RUBY_RELEASE_YEAR 2018
#define RUBY_RELEASE_MONTH 12
#define RUBY_RELEASE_DAY 5
#define RUBY_RELEASE_DAY 8

#include "ruby/version.h"

Expand Down

0 comments on commit 2eadd92

Please sign in to comment.