mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-16 18:40:57 +08:00
* c-parser.c (struct c_generic_association): Fix typo.
From-SVN: r201178
This commit is contained in:
parent
49fba14fe7
commit
fb48aadc78
@ -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>
|
||||
|
||||
|
@ -6238,7 +6238,7 @@ struct c_generic_association
|
||||
{
|
||||
/* 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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user