aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@cygnus.com>1999-09-20 14:26:59 +0000
committerNick Clifton <nickc@gcc.gnu.org>1999-09-20 14:26:59 +0000
commit03d32d1a0882ca2fa5e93a84784ea926f1c27309 (patch)
treefb260983f571365cab83fb2df33c6ee7ebbe93dd /gcc/c-decl.c
parentdfdb644f4ff71f04c78e307035d81c3fac0a18b6 (diff)
downloadgcc-03d32d1a0882ca2fa5e93a84784ea926f1c27309.zip
gcc-03d32d1a0882ca2fa5e93a84784ea926f1c27309.tar.gz
gcc-03d32d1a0882ca2fa5e93a84784ea926f1c27309.tar.bz2
Add comment saying that lang_decode_options should not complain about
unrecognised options. From-SVN: r29522
Diffstat (limited to 'gcc/c-decl.c')
-rw-r--r--gcc/c-decl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/c-decl.c b/gcc/c-decl.c
index f018d85..75b8ee0 100644
--- a/gcc/c-decl.c
+++ b/gcc/c-decl.c
@@ -454,7 +454,8 @@ int warn_multichar = 1;
int dollars_in_ident = DOLLARS_IN_IDENTIFIERS;
/* Decode the string P as a language-specific option for C.
- Return the number of strings consumed. */
+ Return the number of strings consumed. Should not complain
+ if it does not recognise the option. */
int
c_decode_option (argc, argv)