This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] Fix preprocessor/6517


On Tue, May 21, 2002 at 10:36:58PM +0100, Neil Booth wrote:
> 	* Makefile.in: Update.
> 	* c-common.c (c_common_post_options): Add preprocessor
> 	errors to the error count.
> 	* c-lang.c (c_post_options): Kill.
> 	(LANG_HOOKS_POST_OPTIONS): Use c_common_post_options.
> 	* hooks.h: Add header guards.
> 	* langhooks-def.h: Include hooks.h.
> 	(LANG_HOOKS_POST_OPTIONS): Update.
> 	* langhooks.h (struct lang_hooks): Update post_options.
> 	* toplev.c (parse_options_and_default_flags): Update.
> cp:
> 	* cp-lang.c (LANG_HOOKS_POST_OPTIONS): Use c_common_post_options.
> 	* cp-tree.h (cxx_post_options): Kill.
> 	* cp-lex.c (cxx_post_options): Kill.
> objc:
> 	* objc-lang.c (objc_post_options): Kill.
> 	(LANG_HOOKS_POST_OPTIONS): Use c_common_post_options.

Ok everywhere.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]