c-parser.c (c_parser_compound_statement_nostart): Remove redundant quotes.

* c-parser.c (c_parser_compound_statement_nostart): Remove redundant
	quotes.

From-SVN: r248363
This commit is contained in:
Marek Polacek 2017-05-23 10:47:50 +00:00 committed by Marek Polacek
parent 5383998a58
commit 92fa0f9e09
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2017-05-23 Marek Polacek <polacek@redhat.com>
* c-parser.c (c_parser_compound_statement_nostart): Remove redundant
quotes.
2017-05-22 Jakub Jelinek <jakub@redhat.com>
* c-fold.c (c_fully_fold_internal): Save the c_fully_fold_internal

View File

@ -4905,7 +4905,7 @@ c_parser_compound_statement_nostart (c_parser *parser)
if (parser->in_if_block)
{
mark_valid_location_for_stdc_pragma (save_valid_for_pragma);
error_at (loc, """expected %<}%> before %<else%>");
error_at (loc, "expected %<}%> before %<else%>");
return;
}
else