projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e389f80
)
decl.c (grokdeclarator): Use type_quals, rather than constp, consistently.
author
Mark Mitchell
<mmitchel@gcc.gnu.org>
Tue, 27 Oct 1998 23:08:40 +0000
(23:08 +0000)
committer
Mark Mitchell
<mmitchel@gcc.gnu.org>
Tue, 27 Oct 1998 23:08:40 +0000
(23:08 +0000)
* decl.c (grokdeclarator): Use type_quals, rather than constp,
consistently.
From-SVN: r23376
gcc/cp/ChangeLog
patch
|
blob
|
history
diff --git
a/gcc/cp/ChangeLog
b/gcc/cp/ChangeLog
index f21a5e98ad9f7d1fc890a1d12344cfeaef8bf6fd..365dc2bc17ae1d282cf24823dbfdabbef987d4d1 100644
(file)
--- 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.