aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMark Mitchell <mmitchel@gcc.gnu.org>1998-10-27 23:08:40 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>1998-10-27 23:08:40 +0000
commitbd09c530b225d9d838c63842e605aafe12a817e3 (patch)
tree0c72c9898587a856a33d65b832534943e1e4ac5e /gcc
parente389f80098efb019e8d166338894249770f26e6e (diff)
downloadgcc-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/ChangeLog5
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.