diff options
| author | brolley <brolley@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-25 11:04:40 +0000 |
|---|---|---|
| committer | brolley <brolley@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-25 11:04:40 +0000 |
| commit | 8bece74630ffb1a25ef0801be869f620b972f406 (patch) | |
| tree | f57ea5057cebd77d1dba8078d330501c13951266 /gcc/cpplib.c | |
| parent | 299264766a812a61ad272a8285adadb7f2b2dd86 (diff) | |
| download | ppe42-gcc-8bece74630ffb1a25ef0801be869f620b972f406.tar.gz ppe42-gcc-8bece74630ffb1a25ef0801be869f620b972f406.zip | |
Mon May 25 14:00:13 1998 Dave Brolley <brolley@cygnus.com>
* cpperror.c (v_cpp_message): Remove static prototype.
* cpplib.c (v_cpp_message): Move prototype to cpplib.h.
* cpplib.h (v_cpp_message): Add protoptype.
(stdarg.h,varargs.h): Needed for v_cpp_message prototype.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20046 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cpplib.c')
| -rw-r--r-- | gcc/cpplib.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cpplib.c b/gcc/cpplib.c index 884bda19908..6084d3f6cb2 100644 --- a/gcc/cpplib.c +++ b/gcc/cpplib.c @@ -202,7 +202,6 @@ struct cpp_pending { char *xmalloc (); extern void cpp_hash_cleanup PARAMS ((cpp_reader *)); -extern void v_cpp_message PROTO ((cpp_reader *, int, const char *, va_list)); static void add_import PROTO ((cpp_reader *, int, char *)); static void append_include_chain PROTO ((cpp_reader *, |

