mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-12 09:44:57 +08:00
* pt.c (process_template_parm): Undo previous change.
From-SVN: r21946
This commit is contained in:
parent
c92366fb3f
commit
b19abc2818
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
* 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>
|
||||||
|
|
||||||
|
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user