]> git.ipfire.org Git - thirdparty/gcc.git/commit
* cp-tree.h (CP_TYPE_READONLY): New macro to handle arrays.
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 23 Oct 1998 02:26:32 +0000 (02:26 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 23 Oct 1998 02:26:32 +0000 (02:26 +0000)
commit10442ffce665d1fcf5c5153711011c8e9d00d573
treec6e279b75c6748b8d90e4110fed1fe27a545da3d
parent9f34e895344057e2b05fc61982e118955e9821cd
* cp-tree.h (CP_TYPE_READONLY): New macro to handle arrays.
(CP_TYPE_VOLATILE): Likewise.
* decl.c (grokdeclarator): Use them.
* tree.c (canonical_type_variant): Likewise.

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