From 6a85c2a5ae625c59d5f596307eca9f33c8a0817d Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 11 Nov 2018 12:40:40 +0000 Subject: Fix for bison 3.2 [Bug #15284] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65667 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/ytab.sed | 1 + 1 file changed, 1 insertion(+) diff --git a/tool/ytab.sed b/tool/ytab.sed index 4b968fbed1..f7438077dc 100755 --- a/tool/ytab.sed +++ b/tool/ytab.sed @@ -68,6 +68,7 @@ a\ s/fprintf *(stderr,/YYFPRINTF (p,/g } s/\( YYFPRINTF *(\)yyoutput,/\1p,/ +s/\( YYFPRINTF *(\)yyo,/\1p,/ s/\( YYFPRINTF *(\)stderr,/\1p,/ s/\( YYDPRINTF *((\)stderr,/\1p,/ s/^\([ ]*\)\(yyerror[ ]*([ ]*parser,\)/\1parser_\2/ -- cgit v1.2.3