1
0
Fork 0
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:
Nobuyoshi Nakada 2019-05-10 16:58:51 +09:00
parent 15f45ae4d1
commit 56528da3ef
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -68,7 +68,7 @@ a\
s/fprintf *(stderr,/YYFPRINTF (p,/g
}
s/^yysyntax_error (/&struct parser_params *p, /
s/YYSYNTAX_ERROR yysyntax_error (/&p, /
s/ yysyntax_error (/&p, /
s/\( YYFPRINTF *(\)yyoutput,/\1p,/
s/\( YYFPRINTF *(\)yyo,/\1p,/
s/\( YYFPRINTF *(\)stderr,/\1p,/