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