diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 05c9615ee7e..c301799c6b1 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -65,9 +65,9 @@ PR c++/58781 PR c++/60249 PR c++/59867 - * parser.c (cp_parser_userdef_string_literal()): Take a tree - not a cp_token*. (cp_parser_string_literal(): Don't hack - the token stream! + * parser.c (cp_parser_userdef_string_literal): Take a tree + not a cp_token*. + (cp_parser_string_literal): Don't hack the token stream. 2014-06-30 Jason Merrill