]> gcc.gnu.org Git - gcc.git/commit - gcc/c-family/c-opts.c
invoke.texi (Directory Options): Document -iquote.
authorMike Stump <mrs@apple.com>
Wed, 5 May 2004 12:20:33 +0000 (12:20 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Wed, 5 May 2004 12:20:33 +0000 (12:20 +0000)
commit4bed378709c6b95e918002425a23f5fa36943a93
treed6a840d1926291ab41d00a9437a894724197515a
parentbb8a619e12e06104939fac9969dcd07615ee7260
invoke.texi (Directory Options): Document -iquote.

* 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: Likewise.
* doc/cpp.texi: Likewise.
* doc/cppopts.texi: Likewise.

From-SVN: r81521
gcc/ChangeLog
gcc/c-incpath.c
gcc/c-opts.c
gcc/c.opt
gcc/doc/cpp.texi
gcc/doc/cppopts.texi
gcc/doc/invoke.texi
gcc/gcc.h
This page took 0.058163 seconds and 5 git commands to generate.