mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-10 10:06:54 +08:00
parser.c: Fix comment typos.
2003-01-11 Phil Edwards <pme@gcc.gnu.org> * parser.c: Fix comment typos. From-SVN: r61198
This commit is contained in:
parent
2b95bca63e
commit
15d2cb190e
@ -1,3 +1,7 @@
|
|||||||
|
2003-01-11 Phil Edwards <pme@gcc.gnu.org>
|
||||||
|
|
||||||
|
* parser.c: Fix comment typos.
|
||||||
|
|
||||||
2003-01-10 Mark Mitchell <mark@codesourcery.com>
|
2003-01-10 Mark Mitchell <mark@codesourcery.com>
|
||||||
|
|
||||||
PR c++/9099
|
PR c++/9099
|
||||||
|
@ -952,7 +952,7 @@ cp_lexer_rollback_tokens (lexer)
|
|||||||
lexer->next_token = cp_lexer_advance_token (lexer,
|
lexer->next_token = cp_lexer_advance_token (lexer,
|
||||||
lexer->first_token,
|
lexer->first_token,
|
||||||
delta);
|
delta);
|
||||||
/* It might be the case that there wer no tokens when we started
|
/* It might be the case that there were no tokens when we started
|
||||||
saving tokens, but that there are some tokens now. */
|
saving tokens, but that there are some tokens now. */
|
||||||
if (!lexer->next_token && lexer->first_token)
|
if (!lexer->next_token && lexer->first_token)
|
||||||
lexer->next_token = lexer->first_token;
|
lexer->next_token = lexer->first_token;
|
||||||
@ -3109,7 +3109,7 @@ cp_parser_primary_expression (cp_parser *parser,
|
|||||||
If CHECK_DEPENDENCY_P is false, then names are looked up inside
|
If CHECK_DEPENDENCY_P is false, then names are looked up inside
|
||||||
uninstantiated templates.
|
uninstantiated templates.
|
||||||
|
|
||||||
If *TEMPLATE_KEYWORD_P is non-NULL, it is set to true iff the
|
If *TEMPLATE_P is non-NULL, it is set to true iff the
|
||||||
`template' keyword is used to explicitly indicate that the entity
|
`template' keyword is used to explicitly indicate that the entity
|
||||||
named is a template. */
|
named is a template. */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user