* tree.c (build_exception_variant): Use check_qualified_type.

From-SVN: r78380
This commit is contained in:
Jason Merrill 2004-02-24 13:37:29 -05:00
parent 47524eab1b
commit 134084ffe2
2 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,6 @@
(get_qualified_type): Use it. If type already has the desired
quals, just return it.
* tree.h: Declare it.
* cp/tree.c (build_exception_variant): Use it.
2003-02-24 Sanjiv Kumar Gupta <sanjivg@noida.hcltech.com>

View File

@ -1,3 +1,7 @@
2004-02-24 Jason Merrill <jason@redhat.com>
* tree.c (build_exception_variant): Use check_qualified_type.
2004-02-23 Zack Weinberg <zack@codesourcery.com>
Kazu Hirata <kazu@cs.umass.edu>