From 56528da3efb32bb773b22740c24450246b861e58 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 10 May 2019 16:58:51 +0900 Subject: Fix for bison 2.3 --- tool/ytab.sed | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tool/ytab.sed') diff --git a/tool/ytab.sed b/tool/ytab.sed index ac7e97107d..ba7566ac7f 100755 --- a/tool/ytab.sed +++ b/tool/ytab.sed @@ -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,/ -- cgit v1.2.3