* cp-tree.h: Fix a comment typo.
From-SVN: r93154
This commit is contained in:
parent
1618f9483f
commit
2f2bc52472
@ -1,3 +1,7 @@
|
|||||||
|
2005-01-10 Kazu Hirata <kazu@cs.umass.edu>
|
||||||
|
|
||||||
|
* cp-tree.h: Fix a comment typo.
|
||||||
|
|
||||||
2005-01-07 Nathan Sidwell <nathan@codesourcery.com>
|
2005-01-07 Nathan Sidwell <nathan@codesourcery.com>
|
||||||
|
|
||||||
PR c++/19298
|
PR c++/19298
|
||||||
|
@ -3591,7 +3591,7 @@ struct cp_declarator {
|
|||||||
union {
|
union {
|
||||||
/* For identifiers. */
|
/* For identifiers. */
|
||||||
struct {
|
struct {
|
||||||
/* If non-NULL, the qualifiying scope (a NAMESPACE_DECL or
|
/* If non-NULL, the qualifying scope (a NAMESPACE_DECL or
|
||||||
*_TYPE) for this identifier. */
|
*_TYPE) for this identifier. */
|
||||||
tree qualifying_scope;
|
tree qualifying_scope;
|
||||||
/* The unqualified name of the entity -- an IDENTIFIER_NODE,
|
/* The unqualified name of the entity -- an IDENTIFIER_NODE,
|
||||||
|
Loading…
Reference in New Issue
Block a user