* parser.c (cp_parser_member_declaration): Fix comment typo.
From-SVN: r91970
This commit is contained in:
parent
4f1da2e923
commit
5a19910e7c
@ -1,3 +1,7 @@
|
||||
2004-12-09 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
|
||||
|
||||
* parser.c (cp_parser_member_declaration): Fix comment typo.
|
||||
|
||||
2004-12-09 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
PR c++/18757
|
||||
|
@ -13144,7 +13144,7 @@ cp_parser_member_declaration (cp_parser* parser)
|
||||
initializer = NULL_TREE;
|
||||
|
||||
/* See if we are probably looking at a function
|
||||
definition. We are certainly not looking at at a
|
||||
definition. We are certainly not looking at a
|
||||
member-declarator. Calling `grokfield' has
|
||||
side-effects, so we must not do it unless we are sure
|
||||
that we are looking at a member-declarator. */
|
||||
|
Loading…
Reference in New Issue
Block a user