summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/libsupc++/exception
diff options
context:
space:
mode:
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2008-08-13 20:08:55 +0000
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2008-08-13 20:08:55 +0000
commit1e98231f1669256fbdd37d6ff8a7020c85dcc4cc (patch)
tree19b97d8b8ea92120d16460bdab99577fb6df7297 /libstdc++-v3/libsupc++/exception
parent0e3bb11d083daeba5063be56f8620b5757adfb69 (diff)
downloadppe42-gcc-1e98231f1669256fbdd37d6ff8a7020c85dcc4cc.tar.gz
ppe42-gcc-1e98231f1669256fbdd37d6ff8a7020c85dcc4cc.zip
2008-08-13 Paolo Carlini <paolo.carlini@oracle.com>
Revert the last patch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139074 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/libsupc++/exception')
-rw-r--r--libstdc++-v3/libsupc++/exception7
1 files changed, 1 insertions, 6 deletions
diff --git a/libstdc++-v3/libsupc++/exception b/libstdc++-v3/libsupc++/exception
index f1288211e98..a7e2db78dd1 100644
--- a/libstdc++-v3/libsupc++/exception
+++ b/libstdc++-v3/libsupc++/exception
@@ -1,7 +1,7 @@
// Exception Handling support header for -*- C++ -*-
// Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-// 2004, 2005, 2006, 2007, 2008
+// 2004, 2005, 2006, 2007
// Free Software Foundation
//
// This file is part of GCC.
@@ -110,7 +110,6 @@ namespace std
* result in a call of @c terminate() (15.5.1)."
*/
bool uncaught_exception() throw();
-
} // namespace std
_GLIBCXX_BEGIN_NAMESPACE(__gnu_cxx)
@@ -133,8 +132,4 @@ _GLIBCXX_END_NAMESPACE
#pragma GCC visibility pop
-#ifdef __GXX_EXPERIMENTAL_CXX0X__
-#include <exception_ptr.h>
-#endif
-
#endif
OpenPOWER on IntegriCloud