Commit fb48aadc by Joseph Myers Committed by Joseph Myers

* c-parser.c (struct c_generic_association): Fix typo.

From-SVN: r201178
parent 49fba14f
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> 2013-07-23 Tom Tromey <tromey@redhat.com>
Joseph Myers <joseph@codesourcery.com> Joseph Myers <joseph@codesourcery.com>
......
...@@ -6238,7 +6238,7 @@ struct c_generic_association ...@@ -6238,7 +6238,7 @@ struct c_generic_association
{ {
/* The location of the starting token of the type. */ /* The location of the starting token of the type. */
location_t type_location; location_t type_location;
/* The association's type, or NULL_TREE for 'default'.. */ /* The association's type, or NULL_TREE for 'default'. */
tree type; tree type;
/* The association's expression. */ /* The association's expression. */
struct c_expr expression; struct c_expr expression;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment