diff options
author | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-06 00:11:59 +0000 |
---|---|---|
committer | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-06 00:11:59 +0000 |
commit | 7cdbad2a52263e40ed7049e7e0b6da185707a344 (patch) | |
tree | 98affc16204f2e2ad59ceb22b642a0f85b3bd697 /gcc/gcc.c | |
parent | f8b17f0f7b126b271d6067647ca6046c4f678c4c (diff) | |
download | gcc-7cdbad2a52263e40ed7049e7e0b6da185707a344.tar.gz |
* gcc.c: Correct comment about DEFAULT_SWITCH_TAKES_ARG and
DEFAULT_WORD_SWITCH_TAKES_ARG which incorrectly reported these
macros as living in "this file" and not gcc.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97678 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r-- | gcc/gcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c index 31edb0da717..98b9d0d4e5b 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -59,7 +59,7 @@ compilation is specified by a string called a "spec". */ 4. If the argument takes an argument, e.g., `--baz argument1', modify either DEFAULT_SWITCH_TAKES_ARG or - DEFAULT_WORD_SWITCH_TAKES_ARG in this file. Omit the first `-' + DEFAULT_WORD_SWITCH_TAKES_ARG in gcc.h. Omit the first `-' from `--baz'. 5. Document the option in this file's display_help(). If the |