From 5102b38e99f9fc6e79623b797bd66bd1d5cf39fb Mon Sep 17 00:00:00 2001 From: ghazi Date: Wed, 19 Jan 2000 22:52:43 +0000 Subject: * cppalloc.c: PROTO -> PARAMS. * cpperror.c: Likewise. * cppfiles.c: Likewise. * cpplib.c: Likewise. * cpplib.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31521 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/cpperror.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/cpperror.c') diff --git a/gcc/cpperror.c b/gcc/cpperror.c index bf335814f09..220f8fadecc 100644 --- a/gcc/cpperror.c +++ b/gcc/cpperror.c @@ -124,7 +124,7 @@ v_cpp_message (pfile, is_error, msgid, ap) } void -cpp_message VPROTO ((cpp_reader *pfile, int is_error, const char *msgid, ...)) +cpp_message VPARAMS ((cpp_reader *pfile, int is_error, const char *msgid, ...)) { #ifndef ANSI_PROTOTYPES cpp_reader *pfile; @@ -152,7 +152,7 @@ cpp_message VPROTO ((cpp_reader *pfile, int is_error, const char *msgid, ...)) CPP_FATAL_ERRORS. */ void -cpp_fatal VPROTO ((cpp_reader *pfile, const char *msgid, ...)) +cpp_fatal VPARAMS ((cpp_reader *pfile, const char *msgid, ...)) { #ifndef ANSI_PROTOTYPES cpp_reader *pfile; @@ -188,7 +188,7 @@ cpp_pfatal_with_name (pfile, name) /* Print an error message. */ void -cpp_notice VPROTO ((const char *msgid, ...)) +cpp_notice VPARAMS ((const char *msgid, ...)) { #ifndef ANSI_PROTOTYPES const char *msgid; -- cgit v1.2.1