summaryrefslogtreecommitdiff
path: root/gcc/cpperror.c
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2000-01-19 22:52:43 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2000-01-19 22:52:43 +0000
commit5102b38e99f9fc6e79623b797bd66bd1d5cf39fb (patch)
tree0319b7469142d309d9f854a370b3b83ac8d4ac57 /gcc/cpperror.c
parente750712b790b8e65e5044e04cea6490ad3574a13 (diff)
downloadgcc-5102b38e99f9fc6e79623b797bd66bd1d5cf39fb.tar.gz
* 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
Diffstat (limited to 'gcc/cpperror.c')
-rw-r--r--gcc/cpperror.c6
1 files changed, 3 insertions, 3 deletions
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;