From: Jason Merrill Date: Sat, 12 Aug 2000 02:09:28 +0000 (-0400) Subject: tweak comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=babdef36035b7ade853374a823cd322aa53e8780;p=gcc.git tweak comment From-SVN: r35655 --- diff --git a/gcc/cp/cp-tree.def b/gcc/cp/cp-tree.def index 53855f34dca..1c4d8603fb8 100644 --- a/gcc/cp/cp-tree.def +++ b/gcc/cp/cp-tree.def @@ -148,9 +148,9 @@ DEFTREECODE (TEMPLATE_TYPE_PARM, "template_type_parm", 't', 0) TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO is NULL_TREE and TYPE_NAME is a TEMPLATE_DECL. - Otherwise it is used with bound template arguments like TT. In this case, - TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO contains the template name - and its bound arguments. TYPE_NAME is a TYPE_DECL. */ + Otherwise it is used with bound template arguments like TT. + In this case, TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO contains the + template name and its bound arguments. TYPE_NAME is a TYPE_DECL. */ DEFTREECODE (TEMPLATE_TEMPLATE_PARM, "template_template_parm", 't', 0) /* A type designated by `typename T::t'. TYPE_CONTEXT is `T',