diff options
Diffstat (limited to 'gcc/c-decl.c')
-rw-r--r-- | gcc/c-decl.c | 3 |
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) |