Author: sebor
Date: Mon Dec 5 14:48:53 2005
New Revision: 354212
URL: http://svn.apache.org/viewcvs?rev=354212&view=rev
Log:
2005-12-05 Martin Sebor <[EMAIL PROTECTED]>
* typeinfo.cpp: Corrected preprocessor guards around definitions
of class bad_typeid member functions.
Modified:
incubator/stdcxx/trunk/src/typeinfo.cpp
Modified: incubator/stdcxx/trunk/src/typeinfo.cpp
URL:
http://svn.apache.org/viewcvs/incubator/stdcxx/trunk/src/typeinfo.cpp?rev=354212&r1=354211&r2=354212&view=diff
==============================================================================
--- incubator/stdcxx/trunk/src/typeinfo.cpp (original)
+++ incubator/stdcxx/trunk/src/typeinfo.cpp Mon Dec 5 14:48:53 2005
@@ -349,11 +349,11 @@
//**************************************************************************
// class bad_typeid members
-# ifndef _RWSTD_NO_STD_BAD_CAST
+# ifndef _RWSTD_NO_STD_BAD_TYPEID
_RWSTD_NAMESPACE (std) {
-# endif // _RWSTD_NO_STD_BAD_CAST
+# endif // _RWSTD_NO_STD_BAD_TYPEID
# ifdef _RWSTD_NO_BAD_TYPEID_DEFAULT_CTOR
@@ -404,10 +404,10 @@
# endif // _RWSTD_NO_BAD_TYPEID_WHAT
-# ifndef _RWSTD_NO_STD_BAD_CAST
+# ifndef _RWSTD_NO_STD_BAD_TYPEID
} // namespace std
-# endif // _RWSTD_NO_STD_BAD_CAST
+# endif // _RWSTD_NO_STD_BAD_TYPEID
#endif // _RWSTD_TYPEINFO_INCLUDED