Commit 1d4f5374 by Ben Elliston Committed by Ben Elliston

* tree.c (check_qualified_type): Improve function description.

From-SVN: r131711
parent 33b45227
2008-01-22 Ben Elliston <bje@au.ibm.com>
* tree.c (check_qualified_type): Improve function description.
2008-01-21 Jason Merrill <jason@redhat.com> 2008-01-21 Jason Merrill <jason@redhat.com>
PR c++/34196 PR c++/34196
......
...@@ -4151,7 +4151,7 @@ set_type_quals (tree type, int type_quals) ...@@ -4151,7 +4151,7 @@ set_type_quals (tree type, int type_quals)
TYPE_RESTRICT (type) = (type_quals & TYPE_QUAL_RESTRICT) != 0; TYPE_RESTRICT (type) = (type_quals & TYPE_QUAL_RESTRICT) != 0;
} }
/* Returns true iff cand is equivalent to base with type_quals. */ /* Returns true iff CAND is equivalent to BASE with TYPE_QUALS. */
bool bool
check_qualified_type (const_tree cand, const_tree base, int type_quals) check_qualified_type (const_tree cand, const_tree base, int type_quals)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment