From a55b23646ff646bcee211963e5676a00304714ff Mon Sep 17 00:00:00 2001 From: mrs Date: Wed, 5 May 2004 12:20:33 +0000 Subject: * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81521 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/c.opt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'gcc/c.opt') diff --git a/gcc/c.opt b/gcc/c.opt index e8627700b65..83dc98de28d 100644 --- a/gcc/c.opt +++ b/gcc/c.opt @@ -103,7 +103,7 @@ Print the name of header files as they are used I C ObjC C++ ObjC++ Joined Separate --I Add to the end of the main include path. -I- gives more include path control; see info documentation +-I Add to the end of the main include path M C ObjC C++ ObjC++ @@ -720,6 +720,10 @@ isystem C ObjC C++ ObjC++ Joined Separate -isystem Add to the start of the system include path +iquote +C ObjC C++ ObjC++ Joined Separate +-iquote Add to the end of the quote include path + iwithprefix C ObjC C++ ObjC++ Joined Separate -iwithprefix Add to the end of the system include path -- cgit v1.2.1