From 711d877c9e4f9b3250bc50e54c672b40840d574a Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Fri, 14 Jan 2000 17:14:43 +0000 Subject: eh-common.h: PROTO -> PARAMS. * eh-common.h: PROTO -> PARAMS. * emit-rtl.c: Likewise. * errors.c: Likewise. * errors.h: Likewise. * except.c: Likewise. * except.h: Likewise. * explow.c: Likewise. * expmed.c: Likewise. * expr.c: Likewise. * expr.h: Likewise. * final.c: Likewise. * fix-header.c: Likewise. * flow.c: Likewise. * fold-const.c: Likewise. * function.c: Likewise. * function.h: Likewise. * gcc.c: Likewise. * gcov-io.h: Likewise. * gcov.c: Likewise. * gcse.c: Likewise. From-SVN: r31419 --- gcc/errors.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gcc/errors.c') diff --git a/gcc/errors.c b/gcc/errors.c index 556e740..bc3667e 100644 --- a/gcc/errors.c +++ b/gcc/errors.c @@ -1,5 +1,5 @@ /* Basic error reporting routines. - Copyright (C) 1999 Free Software Foundation, Inc. + Copyright (C) 1999, 2000 Free Software Foundation, Inc. This file is part of GNU CC. @@ -37,7 +37,7 @@ int have_error = 0; /* Print a warning message - output produced, but there may be problems. */ void -warning VPROTO ((const char *format, ...)) +warning VPARAMS ((const char *format, ...)) { #ifndef ANSI_PROTOTYPES const char *format; @@ -60,7 +60,7 @@ warning VPROTO ((const char *format, ...)) /* Print an error message - we keep going but the output is unusable. */ void -error VPROTO ((const char *format, ...)) +error VPARAMS ((const char *format, ...)) { #ifndef ANSI_PROTOTYPES const char *format; @@ -85,7 +85,7 @@ error VPROTO ((const char *format, ...)) /* Fatal error - terminate execution immediately. Does not return. */ void -fatal VPROTO ((const char *format, ...)) +fatal VPARAMS ((const char *format, ...)) { #ifndef ANSI_PROTOTYPES const char *format; -- cgit v1.1