Commit 48b5c5c1 by Volker Reichelt Committed by Volker Reichelt

parser.c (cp_parser_nth_token_starts_template_argument_list_p): Fix typo in leading comment.

	* parser.c (cp_parser_nth_token_starts_template_argument_list_p):
	Fix typo in leading comment.

From-SVN: r103292
parent e3594cb3
2005-08-19 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
* parser.c (cp_parser_nth_token_starts_template_argument_list_p):
Fix typo in leading comment.
2005-08-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 2005-08-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* name-lookup.c, ptree.c: Delete HOST_PTR_PRINTF. * name-lookup.c, ptree.c: Delete HOST_PTR_PRINTF.
......
...@@ -15965,7 +15965,7 @@ cp_parser_next_token_ends_template_argument_p (cp_parser *parser) ...@@ -15965,7 +15965,7 @@ cp_parser_next_token_ends_template_argument_p (cp_parser *parser)
return (token->type == CPP_COMMA || token->type == CPP_GREATER); return (token->type == CPP_COMMA || token->type == CPP_GREATER);
} }
/* Returns TRUE iff the n-th token is a ">", or the n-th is a "[" and the /* Returns TRUE iff the n-th token is a "<", or the n-th is a "[" and the
(n+1)-th is a ":" (which is a possible digraph typo for "< ::"). */ (n+1)-th is a ":" (which is a possible digraph typo for "< ::"). */
static bool static bool
......
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