Author: faridz
Date: Fri Sep 12 07:28:58 2008
New Revision: 694684
URL: http://svn.apache.org/viewvc?rev=694684&view=rev
Log:
2008-09-12 Farid Zaripov <[EMAIL PROTECTED]>
Merged r694682 from branches/4.2.x
* include/ansi/_cassert.h (__rw_assert_fail): Removed function
declaration, incompatible with previous declaration in <rw/_defs.h>.
Modified:
stdcxx/trunk/include/ansi/_cassert.h
Modified: stdcxx/trunk/include/ansi/_cassert.h
URL:
http://svn.apache.org/viewvc/stdcxx/trunk/include/ansi/_cassert.h?rev=694684&r1=694683&r2=694684&view=diff
==============================================================================
--- stdcxx/trunk/include/ansi/_cassert.h (original)
+++ stdcxx/trunk/include/ansi/_cassert.h Fri Sep 12 07:28:58 2008
@@ -29,15 +29,6 @@
#include <rw/_defs.h>
-_RWSTD_NAMESPACE (__rw) {
-
-void _RWSTD_EXPORT
-__rw_assert_fail (const char*, const char*, int, const char*)
- _RWSTD_GNUC_ATTRIBUTE ((noreturn));
-
-
-} // namespace __rw
-
#undef assert
#if !defined (NDEBUG)