Commit 2c261fc0 by Jeffrey A Law Committed by Jeff Law

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
parent 31bfbf1f
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> 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. * error.c: Convert to using ctype macros defined in system.h.
......
...@@ -197,7 +197,6 @@ cp_thing (errfn, atarg1, format, ap) ...@@ -197,7 +197,6 @@ cp_thing (errfn, atarg1, format, ap)
DECLARE (cp_error) DECLARE (cp_error)
{ {
extern errorfn error;
va_list ap; va_list ap;
INIT; INIT;
if (! cp_silent) if (! cp_silent)
...@@ -207,7 +206,6 @@ DECLARE (cp_error) ...@@ -207,7 +206,6 @@ DECLARE (cp_error)
DECLARE (cp_warning) DECLARE (cp_warning)
{ {
extern errorfn warning;
va_list ap; va_list ap;
INIT; INIT;
if (! cp_silent) if (! cp_silent)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment