OSDN Git Service

* decl.c (grokdeclarator): Remove redundant calls to
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 4 Oct 1998 16:20:59 +0000 (16:20 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 4 Oct 1998 16:20:59 +0000 (16:20 +0000)
commit77b7e009c774c5e24689584da954f584ea2fa1a3
tree8c099672f1f1eaf90391df57590c34b5e3b446bf
parentc5e9d731056028259777627ab41fd9835be8009c
* decl.c (grokdeclarator): Remove redundant calls to
build_type_variant and some duplicated code.
* sig.c (build_signature_reference_type): Only take the type parm.
(build_signature_pointer_type): Likewise.
* tree.c (build_cplus_method_type): Adjust.
* cp-tree.h: Update.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22820 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/sig.c
gcc/cp/tree.c