cp-tree.h (make_aggr_type): Declare.
authorRichard Henderson <rth@gcc.gnu.org>
Wed, 15 Dec 1999 09:51:24 +0000 (01:51 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 15 Dec 1999 09:51:24 +0000 (01:51 -0800)
commit33848bb0281d0be603c0391342284273c123ae4a
treee0d46b266ec8217256cf1b264723ecf411125c5a
parent6ff7fb95722130e00e6ac16d45b53c3618ea9c7c
cp-tree.h (make_aggr_type): Declare.

        * cp-tree.h (make_aggr_type): Declare.
        * lex.c (cp_make_lang_type): Don't SET_IS_AGGR_TYPE.
        (make_aggr_type): New.

        * decl.c (build_typename_type, init_decl_processing): Use it.
        (build_ptrmemfunc_type, xref_tag): Likewise.
        * except.c (call_eh_info): Likewise.
        * init.c (init_init_processing): Likewise.
        * pt.c (process_template_parm, lookup_template_class): Likewise.
        * rtti.c (expand_class_desc): Likewise.
        * semantics.c (begin_class_definition, finish_typeof): Likewise.
        * tree.c (copy_template_template_parm): Likewise.

From-SVN: r30951
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/except.c
gcc/cp/init.c
gcc/cp/lex.c
gcc/cp/pt.c
gcc/cp/rtti.c
gcc/cp/semantics.c
gcc/cp/tree.c