diff options
author | Mark Mitchell <mmitchel@gcc.gnu.org> | 2000-03-25 16:38:49 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2000-03-25 16:38:49 +0000 |
commit | 370af2d55a9765c7e5796f80dfa97b04283b2ab9 (patch) | |
tree | 75b187882d6fc6e161c12d1d9d28a42eaa79dbc0 /gcc/cp/friend.c | |
parent | e5361bbe07fe65a2e7310fe2755a4ae30ae6d226 (diff) | |
download | gcc-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.c | 2 |
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] |