From bd09c530b225d9d838c63842e605aafe12a817e3 Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Tue, 27 Oct 1998 23:08:40 +0000 Subject: [PATCH] decl.c (grokdeclarator): Use type_quals, rather than constp, consistently. * decl.c (grokdeclarator): Use type_quals, rather than constp, consistently. From-SVN: r23376 --- gcc/cp/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index f21a5e98ad9..365dc2bc17a 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,8 @@ +1998-10-27 Mark Mitchell + + * decl.c (grokdeclarator): Use type_quals, rather than constp, + consistently. + 1998-10-27 Jason Merrill * call.c (standard_conversion): instantiate_type here. -- 2.30.2