Fix latest entry
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Wed, 1 Jul 2015 07:39:55 +0000 (07:39 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Wed, 1 Jul 2015 07:39:55 +0000 (07:39 +0000)
From-SVN: r225224

gcc/c-family/ChangeLog

index 66ae6a8ab45a44955f7078787bb3df3fde7d968e..27ae6064d228e432eeb55e5d9333106f19c34af0 100644 (file)
@@ -1,12 +1,13 @@
 2015-06-30  Edward Smith-Rowland  <3dw4rd@verizon.net>
 
        Implement N4197 - Adding u8 character literals
-       * c-family/c-ada-spec.c (print_ada_macros()): Treat CPP_UTF8CHAR
-       like CPP_CHAR.
-       * c-family/c-common.c (c_parse_error()): print CPP_UTF8CHAR
-       and CPP_UTF8CHAR_USERDEF tokens.
-       * c-family/c-lex.c (c_lex_with_flags()): Treat CPP_UTF8CHAR_USERDEF
-       and CPP_UTF8CHAR tokens; (lex_charconst()): Treat CPP_UTF8CHAR token.
+       * c-family/c-ada-spec.c (print_ada_macros): Treat CPP_UTF8CHAR like
+       CPP_CHAR.
+       * c-family/c-common.c (c_parse_error): Print CPP_UTF8CHAR and
+       CPP_UTF8CHAR_USERDEF tokens.
+       * c-family/c-lex.c (c_lex_with_flags): Treat CPP_UTF8CHAR_USERDEF
+       and CPP_UTF8CHAR tokens.
+       (lex_charconst): Treat CPP_UTF8CHAR token.
 
 2015-06-29  Manuel López-Ibáñez  <manu@gcc.gnu.org>