aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2005-04-06 00:11:59 +0000
committerBen Elliston <bje@au.ibm.com>2005-04-06 00:11:59 +0000
commit81044a2ba31ac405d5f69d376d56ea20608091c7 (patch)
tree98affc16204f2e2ad59ceb22b642a0f85b3bd697 /gcc/gcc.c
parente1073d023d3ac5784ede7a2f6c3ea6ad7f71e341 (diff)
* 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: https://gcc.gnu.org/svn/gcc/trunk@97678 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c2
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