* pt.c (process_template_parm): Undo previous change.

From-SVN: r21946
This commit is contained in:
Mark Mitchell 1998-08-24 12:07:58 +00:00 committed by Mark Mitchell
parent c92366fb3f
commit b19abc2818
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,8 @@
* cp-tree.h (CLASS_TYPE_P): New macro.
* decl.c (grokdeclarator): Use it instead of IS_AGGR_TYPE.
* pt.c (process_template_parm): Undo previous change.
1998-08-24 Benjamin Kosnik <bkoz@cygnus.com>
* cp-tree.h: Declare.

View File

@ -1610,7 +1610,6 @@ process_template_parm (list, next)
else
{
t = make_lang_type (TEMPLATE_TYPE_PARM);
IS_AGGR_TYPE (t) = 0;
/* parm is either IDENTIFIER_NODE or NULL_TREE */
decl = build_decl (TYPE_DECL, parm, t);
}