You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by fa...@apache.org on 2008/11/26 13:34:09 UTC

svn commit: r720831 - /stdcxx/branches/4.3.x/include/ansi/cwchar

Author: faridz
Date: Wed Nov 26 04:34:08 2008
New Revision: 720831

URL: http://svn.apache.org/viewvc?rev=720831&view=rev
Log:
2008-11-26  Farid Zaripov  <fa...@apache.org>

	Merged r720830 from 4.2.x branch.
	* include/ansi/cwchar (wcsrchr): Removed incorrect extern "C" closing bracket.

Modified:
    stdcxx/branches/4.3.x/include/ansi/cwchar

Modified: stdcxx/branches/4.3.x/include/ansi/cwchar
URL: http://svn.apache.org/viewvc/stdcxx/branches/4.3.x/include/ansi/cwchar?rev=720831&r1=720830&r2=720831&view=diff
==============================================================================
--- stdcxx/branches/4.3.x/include/ansi/cwchar (original)
+++ stdcxx/branches/4.3.x/include/ansi/cwchar Wed Nov 26 04:34:08 2008
@@ -953,8 +953,6 @@
     return wcsrchr (_RWSTD_CONST_CAST (wchar_t*, __s), __c);
 }
 
-}   // extern "C"
-
 namespace std {
 
 using ::wcsrchr;