Author: faridz
Date: Fri Sep 12 07:22:14 2008
New Revision: 694682
URL: http://svn.apache.org/viewvc?rev=694682&view=rev
Log:
2008-09-12 Farid Zaripov <[EMAIL PROTECTED]>
* include/ansi/_cassert.h (__rw_assert_fail): Removed function
declaration, incompatible with previous declaration in <rw/_defs.h>.
Modified:
stdcxx/branches/4.2.x/include/ansi/_cassert.h
Modified: stdcxx/branches/4.2.x/include/ansi/_cassert.h
URL:
http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/include/ansi/_cassert.h?rev=694682&r1=694681&r2=694682&view=diff
==============================================================================
--- stdcxx/branches/4.2.x/include/ansi/_cassert.h (original)
+++ stdcxx/branches/4.2.x/include/ansi/_cassert.h Fri Sep 12 07:22:14 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)