summaryrefslogtreecommitdiff
path: root/tool/ytab.sed
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-11 12:40:40 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-11 12:40:40 +0000
commit6a85c2a5ae625c59d5f596307eca9f33c8a0817d (patch)
treeba7fea3899bbf2ef0eeeaa1219ce5b6e5b5651c4 /tool/ytab.sed
parent66f239c5373aac631da87ae50f24b050d3e7d2fe (diff)
Fix for bison 3.2 [Bug #15284]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65667 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool/ytab.sed')
-rwxr-xr-xtool/ytab.sed1
1 files changed, 1 insertions, 0 deletions
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/