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
This commit is contained in:
Nathan Sidwell 2000-08-17 13:26:14 +00:00 committed by Nathan Sidwell
parent 5e76004e06
commit 105d8e1f6e
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -5993,7 +5993,8 @@ instantiate_type (lhstype, rhs, flags)
int complain = (flags & itf_complain);
int strict = (flags & itf_no_attributes)
? COMPARE_NO_ATTRIBUTES : COMPARE_STRICT;
tree r;
if (TREE_CODE (lhstype) == UNKNOWN_TYPE)
{
if (complain)