From: Jeffrey A Law Date: Wed, 6 May 1998 15:46:18 +0000 (+0000) Subject: errfn.c (cp_error, cp_warning): Remove declarations for error and warning respectively. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2c261fc0a39098a484432a2fbebed9a4cd08c63d;p=gcc.git 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 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 46a83b8e98a..ff23e1faf74 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 * error.c: Convert to using ctype macros defined in system.h. diff --git a/gcc/cp/errfn.c b/gcc/cp/errfn.c index 4ce8d406f69..4546e1954cb 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)