Author: faridz
Date: Wed Nov 26 04:31:49 2008
New Revision: 720830
URL: http://svn.apache.org/viewvc?rev=720830&view=rev
Log:
2008-11-26 Farid Zaripov <[EMAIL PROTECTED]>
* include/ansi/cwchar (wcsrchr): Removed incorrect extern "C" closing
bracket.
Modified:
stdcxx/branches/4.2.x/include/ansi/cwchar
Modified: stdcxx/branches/4.2.x/include/ansi/cwchar
URL:
http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/include/ansi/cwchar?rev=720830&r1=720829&r2=720830&view=diff
==============================================================================
--- stdcxx/branches/4.2.x/include/ansi/cwchar (original)
+++ stdcxx/branches/4.2.x/include/ansi/cwchar Wed Nov 26 04:31:49 2008
@@ -953,8 +953,6 @@
return wcsrchr (_RWSTD_CONST_CAST (wchar_t*, __s), __c);
}
-} // extern "C"
-
namespace std {
using ::wcsrchr;