* errfn.c (cp_error, cp_warning): Remove declarations for
error and warning respectively.
From-SVN: r19581
+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.
DECLARE (cp_error)
{
- extern errorfn error;
va_list ap;
INIT;
if (! cp_silent)
DECLARE (cp_warning)
{
- extern errorfn warning;
va_list ap;
INIT;
if (! cp_silent)