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-Tag: prereleases/libgcj-0.1~2293 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bd09c530b225d9d838c63842e605aafe12a817e3;p=thirdparty%2Fgcc.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 f21a5e98ad9f..365dc2bc17ae 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.