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: Add -iquote support


Mike Stump <mrs@apple.com> writes:

> 2004-05-3  Mike Stump  <mrs@apple.com>
>
> 	* doc/invoke.texi (Directory Options): Document -iquote.
> 	* doc/cpp.texi: Likewise.
> 	* doc/cppopts.texi: Likewise.
> 	* c-opts.c (c_common_missing_argument): Add -iquote processing.
> 	(c_common_handle_option): Likewise.
> 	* c.opt (iquote): Add.
> 	* gcc.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Add -iquote.
> 	* c-incpath.c (merge_include_chains): Update comment to use -iquote.
>
> 	* c-opts.c (case OPT_I): Deprecate -I- support.
> 	* doc/invoke.texi: Deprecate -I- support.
> 	* doc/cpp.texi: Likewise.
> 	* doc/cppopts.texi: Likewise.

This is OK.  Thanks for your patience.

zw


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