From 03d32d1a0882ca2fa5e93a84784ea926f1c27309 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 20 Sep 1999 14:26:59 +0000 Subject: Add comment saying that lang_decode_options should not complain about unrecognised options. From-SVN: r29522 --- gcc/c-decl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gcc/c-decl.c') 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) -- cgit v1.1