aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/cp/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 05c9615..c301799 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 <jason@redhat.com>