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
This commit is contained in:
Jeffrey A Law 1998-05-06 15:46:18 +00:00 committed by Jeff Law
parent 31bfbf1f68
commit 2c261fc0a3
2 changed files with 5 additions and 2 deletions

View File

@ -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.

View File

@ -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)