diff options
author | Mark Mitchell <mmitchel@gcc.gnu.org> | 1998-10-27 23:08:40 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 1998-10-27 23:08:40 +0000 |
commit | bd09c530b225d9d838c63842e605aafe12a817e3 (patch) | |
tree | 0c72c9898587a856a33d65b832534943e1e4ac5e /gcc | |
parent | e389f80098efb019e8d166338894249770f26e6e (diff) | |
download | gcc-bd09c530b225d9d838c63842e605aafe12a817e3.zip gcc-bd09c530b225d9d838c63842e605aafe12a817e3.tar.gz gcc-bd09c530b225d9d838c63842e605aafe12a817e3.tar.bz2 |
decl.c (grokdeclarator): Use type_quals, rather than constp, consistently.
* decl.c (grokdeclarator): Use type_quals, rather than constp,
consistently.
From-SVN: r23376
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index f21a5e9..365dc2b 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,8 @@ +1998-10-27 Mark Mitchell <mark@markmitchell.com> + + * decl.c (grokdeclarator): Use type_quals, rather than constp, + consistently. + 1998-10-27 Jason Merrill <jason@yorick.cygnus.com> * call.c (standard_conversion): instantiate_type here. |