aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/errfn.c
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 /gcc/cp/errfn.c
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
Diffstat (limited to 'gcc/cp/errfn.c')
-rw-r--r--gcc/cp/errfn.c2
1 files changed, 0 insertions, 2 deletions
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)