Commit 1f6dd97b by Dodji Seketeli Committed by Dodji Seketeli

Small comment cleanup

gcc/cp/

	* cp-tree.h (DECL_DECLARES_TYPE_P): Fix comment.

From-SVN: r180568
parent 4cb110fb
2011-10-27 Dodji Seketeli <dodji@redhat.com>
* cp-tree.h (DECL_DECLARES_TYPE_P): Fix comment.
2011-10-26 Jason Merrill <jason@redhat.com>
* typeck.c (check_literal_operator_args): Avoid building types.
......
......@@ -3625,7 +3625,7 @@ more_aggr_init_expr_args_p (const aggr_init_expr_arg_iterator *iter)
&& DECL_TEMPLATE_RESULT (NODE) != NULL_TREE \
&& DECL_IMPLICIT_TYPEDEF_P (DECL_TEMPLATE_RESULT (NODE)))
/* Nonzero if NODE which declares a type. */
/* Nonzero for a NODE which declares a type. */
#define DECL_DECLARES_TYPE_P(NODE) \
(TREE_CODE (NODE) == TYPE_DECL || DECL_CLASS_TEMPLATE_P (NODE))
......
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