diff options
author | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-09-20 14:26:59 +0000 |
---|---|---|
committer | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-09-20 14:26:59 +0000 |
commit | 5b722c78ff0f7fdca9fdd9b6771bd998e5eb5b40 (patch) | |
tree | fb260983f571365cab83fb2df33c6ee7ebbe93dd /gcc/ch | |
parent | 120911d54a0fe3cd80adc2409170e45b87b1de96 (diff) | |
download | ppe42-gcc-5b722c78ff0f7fdca9fdd9b6771bd998e5eb5b40.tar.gz ppe42-gcc-5b722c78ff0f7fdca9fdd9b6771bd998e5eb5b40.zip |
Add comment saying that lang_decode_options should not complain about
unrecognised options.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29522 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ch')
-rw-r--r-- | gcc/ch/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/ch/lang.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ch/ChangeLog b/gcc/ch/ChangeLog index 8ab54973153..2b9345fdbd2 100644 --- a/gcc/ch/ChangeLog +++ b/gcc/ch/ChangeLog @@ -1,3 +1,7 @@ +1999-09-20 Nick Clifton <nickc@cygnus.com> + + * lang.c (lang_decode_option): Extend comment. + 1999-09-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * lex.c (maybe_downcase, getlc, handle_generic_pragma, diff --git a/gcc/ch/lang.c b/gcc/ch/lang.c index 42f90542ffd..8abecf712cb 100644 --- a/gcc/ch/lang.c +++ b/gcc/ch/lang.c @@ -161,6 +161,7 @@ GNU_xref_end () /* * process chill-specific compiler command-line options + * do not complain if the option is not recognised */ int lang_decode_option (argc, argv) |