Commit 105d8e1f by Nathan Sidwell Committed by Nathan Sidwell

class.c (instantiate_type): Reinstate local variable deleted in previous change.

	* class.c (instantiate_type): Reinstate local variable
	deleted in previous change.

From-SVN: r35758
parent 5e76004e
2000-08-17 Nathan Sidwell <nathan@codesourcery.com> 2000-08-17 Nathan Sidwell <nathan@codesourcery.com>
* class.c (instantiate_type): Reinstate local variable
deleted in previous change.
2000-08-17 Nathan Sidwell <nathan@codesourcery.com>
* cp-tree.h (instantiate_type_flags): New enumeration. * cp-tree.h (instantiate_type_flags): New enumeration.
(instantiate_type): Change parameter. (instantiate_type): Change parameter.
* class.c (instantiate_type): Adjust prototype. Adjust. * class.c (instantiate_type): Adjust prototype. Adjust.
......
...@@ -5993,6 +5993,7 @@ instantiate_type (lhstype, rhs, flags) ...@@ -5993,6 +5993,7 @@ instantiate_type (lhstype, rhs, flags)
int complain = (flags & itf_complain); int complain = (flags & itf_complain);
int strict = (flags & itf_no_attributes) int strict = (flags & itf_no_attributes)
? COMPARE_NO_ATTRIBUTES : COMPARE_STRICT; ? COMPARE_NO_ATTRIBUTES : COMPARE_STRICT;
tree r;
if (TREE_CODE (lhstype) == UNKNOWN_TYPE) if (TREE_CODE (lhstype) == UNKNOWN_TYPE)
{ {
......
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