2015-07-03 Paolo Carlini <paolo.carlini@oracle.com>

* Fix component of my last ChangeLog entries.

From-SVN: r225371
This commit is contained in:
Paolo Carlini 2015-07-03 09:42:52 +00:00
parent 7bd6f24be2
commit d885793d6e
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
2015-07-02 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/53690
PR preprocessor/53690
* g++.dg/cpp/pr53690.C: New.
2015-07-02 Bill Schmidt <wschmidt@linux.vnet.ibm.com>

View File

@ -1,6 +1,6 @@
2015-07-02 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/53690
PR preprocessor/53690
* charset.c (_cpp_valid_ucn): Add cppchar_t * parameter and change
return type to bool. Fix encoding of \u0000 and \U00000000 in C++.
(convert_ucn): Adjust call.