aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/friend.c
diff options
context:
space:
mode:
authorMark Mitchell <mmitchel@gcc.gnu.org>2000-03-25 16:38:49 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2000-03-25 16:38:49 +0000
commit370af2d55a9765c7e5796f80dfa97b04283b2ab9 (patch)
tree75b187882d6fc6e161c12d1d9d28a42eaa79dbc0 /gcc/cp/friend.c
parente5361bbe07fe65a2e7310fe2755a4ae30ae6d226 (diff)
downloadgcc-370af2d55a9765c7e5796f80dfa97b04283b2ab9.zip
gcc-370af2d55a9765c7e5796f80dfa97b04283b2ab9.tar.gz
gcc-370af2d55a9765c7e5796f80dfa97b04283b2ab9.tar.bz2
Remove accidental commit
From-SVN: r32740
Diffstat (limited to 'gcc/cp/friend.c')
-rw-r--r--gcc/cp/friend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/friend.c b/gcc/cp/friend.c
index b225ac7..fee00a8 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]