OSDN Git Service

* src/vterminate.cc (__verbose_terminate_handler): Add leading
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / libsupc++ / exception
index 3e9fd96..2011abf 100644 (file)
@@ -98,8 +98,12 @@ namespace std
 namespace __gnu_cxx
 {
   /** A replacement for the standard terminate_handler which prints more
-      information about the terminating exception (if any) on stderr.  */
-  void verbose_terminate_handler ();
+      information about the terminating exception (if any) on stderr.
+
+        std::set_terminate (__gnu_cxx::__verbose_terminate_handler)
+
+      to use.  */
+  void __verbose_terminate_handler ();
 } // namespace __gnu_cxx
   
 } // extern "C++"