cpplib.h (cpp_notice): Add prototype.

Wed Jan 27 11:58:18 1999  Dave Brolley  <brolley@cygnus.com>
	* cpplib.h (cpp_notice): Add prototype.

From-SVN: r24884
This commit is contained in:
Dave Brolley 1999-01-27 09:04:57 +00:00 committed by Dave Brolley
parent e45ed4de44
commit d5a06ad917
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Wed Jan 27 11:58:18 1999 Dave Brolley <brolley@cygnus.com>
* cpplib.h (cpp_notice): Add prototype.
Wed Jan 27 02:20:48 1999 Jeffrey A Law (law@cygnus.com)
* Merge gcc2 snapshot 19980929.

View File

@ -713,6 +713,7 @@ extern void cpp_message PVPROTO ((cpp_reader *, int, const char *, ...))
extern void cpp_pfatal_with_name PROTO ((cpp_reader *, const char *));
extern void cpp_file_line_for_message PROTO ((cpp_reader *, char *, int, int));
extern void cpp_print_containing_files PROTO ((cpp_reader *));
extern void cpp_notice VPROTO ((const char *msgid, ...));
/* In cppfiles.c */
extern void append_include_chain PROTO ((cpp_reader *,