Commit b19abc28 by Mark Mitchell Committed by Mark Mitchell

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

From-SVN: r21946
parent c92366fb
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
* cp-tree.h (CLASS_TYPE_P): New macro. * cp-tree.h (CLASS_TYPE_P): New macro.
* decl.c (grokdeclarator): Use it instead of IS_AGGR_TYPE. * 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> 1998-08-24 Benjamin Kosnik <bkoz@cygnus.com>
* cp-tree.h: Declare. * cp-tree.h: Declare.
......
...@@ -1610,7 +1610,6 @@ process_template_parm (list, next) ...@@ -1610,7 +1610,6 @@ process_template_parm (list, next)
else else
{ {
t = make_lang_type (TEMPLATE_TYPE_PARM); t = make_lang_type (TEMPLATE_TYPE_PARM);
IS_AGGR_TYPE (t) = 0;
/* parm is either IDENTIFIER_NODE or NULL_TREE */ /* parm is either IDENTIFIER_NODE or NULL_TREE */
decl = build_decl (TYPE_DECL, parm, t); decl = build_decl (TYPE_DECL, parm, t);
} }
......
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