Author: sebor
Date: Wed Jan 11 09:17:08 2006
New Revision: 368063
URL: http://svn.apache.org/viewcvs?rev=368063&view=rev
Log:
2006-01-11 Martin Sebor <[EMAIL PROTECTED]>
* _traits.h [_RWSTD_NO_WMEMCMP] (_RWSTD_WMEMCMP): Fixed a typo
in conditionally compiled code.
Modified:
incubator/stdcxx/trunk/include/rw/_traits.h
Modified: incubator/stdcxx/trunk/include/rw/_traits.h
URL:
http://svn.apache.org/viewcvs/incubator/stdcxx/trunk/include/rw/_traits.h?rev=368063&r1=368062&r2=368063&view=diff
==============================================================================
--- incubator/stdcxx/trunk/include/rw/_traits.h (original)
+++ incubator/stdcxx/trunk/include/rw/_traits.h Wed Jan 11 09:17:08 2006
@@ -110,7 +110,7 @@
} // namespace __rw
-# define _RWSTD_WMEMCPY _RW::__rw_wmemcmp
+# define _RWSTD_WMEMCMP _RW::__rw_wmemcmp
# endif // _RWSTD_NO_WMEMCMP
# ifndef _RWSTD_NO_WMEMMOVE