OSDN Git Service

* decl.c (grokdeclarator): Use type_quals, rather than constp,
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 27 Oct 1998 23:08:40 +0000 (23:08 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 27 Oct 1998 23:08:40 +0000 (23:08 +0000)
consistently.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23376 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/ChangeLog

index f21a5e9..365dc2b 100644 (file)
@@ -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.