mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix for bison 2.3
This commit is contained in:
parent
15f45ae4d1
commit
56528da3ef
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ a\
|
||||||
s/fprintf *(stderr,/YYFPRINTF (p,/g
|
s/fprintf *(stderr,/YYFPRINTF (p,/g
|
||||||
}
|
}
|
||||||
s/^yysyntax_error (/&struct parser_params *p, /
|
s/^yysyntax_error (/&struct parser_params *p, /
|
||||||
s/YYSYNTAX_ERROR yysyntax_error (/&p, /
|
s/ yysyntax_error (/&p, /
|
||||||
s/\( YYFPRINTF *(\)yyoutput,/\1p,/
|
s/\( YYFPRINTF *(\)yyoutput,/\1p,/
|
||||||
s/\( YYFPRINTF *(\)yyo,/\1p,/
|
s/\( YYFPRINTF *(\)yyo,/\1p,/
|
||||||
s/\( YYFPRINTF *(\)stderr,/\1p,/
|
s/\( YYFPRINTF *(\)stderr,/\1p,/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue