summaryrefslogtreecommitdiff
path: root/gcc/cpperror.c
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>1999-01-29 11:41:02 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>1999-01-29 11:41:02 +0000
commit6531382f0617ac2c34f320fe0dd8b2c65dfaa6cc (patch)
treec3cb102b4a0f46fc17ea8828e5d857647ce42108 /gcc/cpperror.c
parent29f7fe60e1133e2b7316fe2db806b1ea7eefb18d (diff)
downloadgcc-6531382f0617ac2c34f320fe0dd8b2c65dfaa6cc.tar.gz
* collect2.c (error): Fix typo in declaration.
* cpperror.c (cpp_message): Likewise. * cpplib.c (cpp_warning): Likewise. * cpplib.h (cpp_notice): Use PVPROTO not VPROTO, also add ATTRIBUTE_PRINTF_1. * toplev.c (error): Fix typo in declaration. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24904 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cpperror.c')
-rw-r--r--gcc/cpperror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpperror.c b/gcc/cpperror.c
index af7ab8c9a63..174450bceb2 100644
--- a/gcc/cpperror.c
+++ b/gcc/cpperror.c
@@ -129,7 +129,7 @@ cpp_message VPROTO ((cpp_reader *pfile, int is_error, const char *msgid, ...))
#ifndef ANSI_PROTOTYPES
cpp_reader *pfile;
int is_error;
- const char *msg;
+ const char *msgid;
#endif
va_list ap;