* pt.c (process_template_parm): Undo previous change.
authorMark Mitchell <mark@markmitchell.com>
Mon, 24 Aug 1998 12:07:58 +0000 (12:07 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 24 Aug 1998 12:07:58 +0000 (12:07 +0000)
From-SVN: r21946

gcc/cp/ChangeLog
gcc/cp/pt.c

index 6af7e8a285d9620130fa05b60d92f701a524f3be..3297c38004612948073bf8db3d1784e4a3d5caef 100644 (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.
index e76c509d04b3acdbc714e0283ba7f0f873f3e37f..1bf232e5d7286ae5d9c87696b1c2418b44909589 100644 (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);
        }