From: Mark Mitchell Date: Tue, 27 Oct 1998 23:08:40 +0000 (+0000) Subject: decl.c (grokdeclarator): Use type_quals, rather than constp, consistently. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bd09c530b225d9d838c63842e605aafe12a817e3;p=gcc.git decl.c (grokdeclarator): Use type_quals, rather than constp, consistently. * decl.c (grokdeclarator): Use type_quals, rather than constp, consistently. From-SVN: r23376 --- 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.