2014-07-11 Paolo Carlini <paolo.carlini@oracle.com>

* Minor ChangeLog adjustments.

From-SVN: r212470
This commit is contained in:
Paolo Carlini 2014-07-11 22:25:16 +00:00
parent 2410819b6d
commit 7086e4b647

View File

@ -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>