aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1998-05-06 15:46:18 +0000
committerJeff Law <law@gcc.gnu.org>1998-05-06 09:46:18 -0600
commit2c261fc0a39098a484432a2fbebed9a4cd08c63d (patch)
tree53de2690d4a3ce32a121f51f48969377a33862c9
parent31bfbf1f68f16580c2038f07032f67e6101eaff5 (diff)
downloadgcc-2c261fc0a39098a484432a2fbebed9a4cd08c63d.zip
gcc-2c261fc0a39098a484432a2fbebed9a4cd08c63d.tar.gz
gcc-2c261fc0a39098a484432a2fbebed9a4cd08c63d.tar.bz2
errfn.c (cp_error, cp_warning): Remove declarations for error and warning respectively.
* errfn.c (cp_error, cp_warning): Remove declarations for error and warning respectively. From-SVN: r19581
-rw-r--r--gcc/cp/ChangeLog5
-rw-r--r--gcc/cp/errfn.c2
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 46a83b8..ff23e1f 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,8 @@
+Wed May 6 16:44:58 1998 Jeffrey A Law (law@cygnus.com)
+
+ * errfn.c (cp_error, cp_warning): Remove declarations for
+ error and warning respectively.
+
Wed May 6 14:28:18 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* error.c: Convert to using ctype macros defined in system.h.
diff --git a/gcc/cp/errfn.c b/gcc/cp/errfn.c
index 4ce8d40..4546e195 100644
--- a/gcc/cp/errfn.c
+++ b/gcc/cp/errfn.c
@@ -197,7 +197,6 @@ cp_thing (errfn, atarg1, format, ap)
DECLARE (cp_error)
{
- extern errorfn error;
va_list ap;
INIT;
if (! cp_silent)
@@ -207,7 +206,6 @@ DECLARE (cp_error)
DECLARE (cp_warning)
{
- extern errorfn warning;
va_list ap;
INIT;
if (! cp_silent)