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

svn commit: r554658 - /incubator/stdcxx/trunk/include/ansi/wchar.h

Author: sebor
Date: Mon Jul  9 07:26:32 2007
New Revision: 554658

URL: http://svn.apache.org/viewvc?view=rev&rev=554658
Log:
2007-07-09  Martin Sebor  <se...@roguewave.com>

	* wchar.h (wmemcmp): Corrected declaration introduced in r554281
	to address STDCXX-472.

Modified:
    incubator/stdcxx/trunk/include/ansi/wchar.h

Modified: incubator/stdcxx/trunk/include/ansi/wchar.h
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/include/ansi/wchar.h?view=diff&rev=554658&r1=554657&r2=554658
==============================================================================
--- incubator/stdcxx/trunk/include/ansi/wchar.h (original)
+++ incubator/stdcxx/trunk/include/ansi/wchar.h Mon Jul  9 07:26:32 2007
@@ -365,7 +365,7 @@
 
 
 #  if defined (_RWSTD_NO_WMEMCMP) && !defined (_RWSTD_NO_WMEMCMP_IN_LIBC)
-int wmemcmp (const wchar_t*, const wchar_t*);
+int wmemcmp (const wchar_t*, const wchar_t*, _RWSTD_SIZE_T);
 #    undef _RWSTD_NO_WMEMCMP
 #  endif   // _RWSTD_NO_WMEMCMP && !_RWSTD_NO_WMEMCMP_IN_LIBC