decl.c (grokdeclarator): Use type_quals, rather than constp, consistently.

* decl.c (grokdeclarator): Use type_quals, rather than constp,
	consistently.

From-SVN: r23376
This commit is contained in:
Mark Mitchell 1998-10-27 23:08:40 +00:00
parent e389f80098
commit bd09c530b2

View 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.