Commit 53fdbb3b by Jason Merrill Committed by Jason Merrill

* decl.c (lookup_name_real): Fix typo.

From-SVN: r21469
parent 53624284
1998-07-29 Jason Merrill <jason@yorick.cygnus.com>
* decl.c (lookup_name_real): Fix typo.
1998-07-28 Mark Mitchell <mark@markmitchell.com>
* friend.c (is_friend): Be lenient with member functions to deal
......
......@@ -5113,7 +5113,7 @@ lookup_name_real (name, prefer_type, nonclass, namespaces_only)
template parms because that breaks implicit typename for
destructor calls. */
if (! uses_template_parms (got_object))
val = got_object;
val = from_obj;
}
if ((TREE_CODE (val) == TEMPLATE_DECL && looking_for_template)
......
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