This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: RFA: implement C11 _Generic
- From: "Joseph S. Myers" <joseph at codesourcery dot com>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 23 Jul 2013 20:18:16 +0000
- Subject: Re: RFA: implement C11 _Generic
- References: <87mx2l9emz dot fsf at fleche dot redhat dot com> <Pine dot LNX dot 4 dot 64 dot 1307230154430 dot 22054 at digraph dot polyomino dot org dot uk> <87hafl4ue0 dot fsf at fleche dot redhat dot com>
On Tue, 23 Jul 2013, Tom Tromey wrote:
> Joseph> + /* The association's type, or NULL_TREE for 'default'.. */
>
> It's trivial, but I happened to notice that this ".." should be just
> ".". The extra "." was in the original patch too.
Thanks, I've applied this patch to fix this typo.
Index: c-parser.c
===================================================================
--- c-parser.c (revision 201177)
+++ c-parser.c (working copy)
@@ -6238,7 +6238,7 @@
{
/* The location of the starting token of the type. */
location_t type_location;
- /* The association's type, or NULL_TREE for 'default'.. */
+ /* The association's type, or NULL_TREE for 'default'. */
tree type;
/* The association's expression. */
struct c_expr expression;
Index: ChangeLog
===================================================================
--- ChangeLog (revision 201177)
+++ ChangeLog (working copy)
@@ -1,3 +1,7 @@
+2013-07-23 Joseph Myers <joseph@codesourcery.com>
+
+ * c-parser.c (struct c_generic_association): Fix typo.
+
2013-07-23 Tom Tromey <tromey@redhat.com>
Joseph Myers <joseph@codesourcery.com>
--
Joseph S. Myers
joseph@codesourcery.com