summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>2001-01-16 08:30:20 +0000
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>2001-01-16 08:30:20 +0000
commitbee6e5e3090297435902187eddc3c93e1cc0ed09 (patch)
treedc1f6aa269235721cac76c7c145bae50e042f082
parentbb348610b77236a1355c8663a3267354a45b4e64 (diff)
downloadppe42-gcc-bee6e5e3090297435902187eddc3c93e1cc0ed09.tar.gz
ppe42-gcc-bee6e5e3090297435902187eddc3c93e1cc0ed09.zip
* libsupc++/exception_support.cc (__cp_pop_exception): Change
prototype. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39061 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--libstdc++-v3/ChangeLog5
-rw-r--r--libstdc++-v3/libsupc++/exception_support.cc5
2 files changed, 8 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 052321f7dcf..68a52ed987d 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2001-01-16 Mark Mitchell <mark@codesourcery.com>
+
+ * libsupc++/exception_support.cc (__cp_pop_exception): Change
+ prototype.
+
2001-01-16 Benjamin Kosnik <bkoz@redhat.com>
* docs/html/17_intro/C++STYLE (classname): Add more existing
diff --git a/libstdc++-v3/libsupc++/exception_support.cc b/libstdc++-v3/libsupc++/exception_support.cc
index 42958744707..771f5b483fc 100644
--- a/libstdc++-v3/libsupc++/exception_support.cc
+++ b/libstdc++-v3/libsupc++/exception_support.cc
@@ -1,5 +1,5 @@
// Functions for Exception Support for -*- C++ -*-
-// Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000 Free Software Foundation
+// Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation
// This file is part of GNU CC.
@@ -191,8 +191,9 @@ __cp_push_exception (void *value, void *type, cleanup_fn cleanup)
current catch block. */
extern "C" void
-__cp_pop_exception (cp_eh_info *p)
+__cp_pop_exception (void* v)
{
+ cp_eh_info *p;
cp_eh_info **stack = __get_eh_info ();
cp_eh_info **q = stack;
OpenPOWER on IntegriCloud