diff options
author | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-03-25 16:38:49 +0000 |
---|---|---|
committer | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-03-25 16:38:49 +0000 |
commit | 3a8f9e39243612fd41979753bdd1f60464967b58 (patch) | |
tree | 75b187882d6fc6e161c12d1d9d28a42eaa79dbc0 /gcc/cp/friend.c | |
parent | 2388b2a9bab1779be84cdf029cc9c362762f175d (diff) | |
download | gcc-3a8f9e39243612fd41979753bdd1f60464967b58.tar.gz |
Remove accidental commit
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32740 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/friend.c')
-rw-r--r-- | gcc/cp/friend.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/friend.c b/gcc/cp/friend.c index b225ac7c245..fee00a8cf35 100644 --- a/gcc/cp/friend.c +++ b/gcc/cp/friend.c @@ -205,7 +205,7 @@ make_friend_class (type, friend_type) } if (CLASS_TYPE_P (friend_type) - && CLASSTYPE_PARTIAL_SPECIALIZATION (friend_type) + && CLASSTYPE_TEMPLATE_SPECIALIZATION (friend_type) && uses_template_parms (friend_type)) { /* [temp.friend] |