cp-tree.h (CP_TYPE_READONLY): New macro to handle arrays.
authorJason Merrill <jason@yorick.cygnus.com>
Fri, 23 Oct 1998 02:26:32 +0000 (02:26 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 23 Oct 1998 02:26:32 +0000 (22:26 -0400)
commit0aaa90896608511a17211385ede533ef5b46327e
treec6e279b75c6748b8d90e4110fed1fe27a545da3d
parentccb5954fea236ccb5e521b1d644962959daced28
cp-tree.h (CP_TYPE_READONLY): New macro to handle arrays.

* 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.

From-SVN: r23244
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/tree.c