OSDN Git Service

Add comment saying that lang_decode_options should not complain about
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Sep 1999 14:26:59 +0000 (14:26 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Sep 1999 14:26:59 +0000 (14:26 +0000)
unrecognised options.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29522 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/c-decl.c
gcc/ch/ChangeLog
gcc/ch/lang.c
gcc/cp/ChangeLog
gcc/cp/decl2.c
gcc/java/ChangeLog
gcc/java/lang.c

index c3c18a7..3e424c4 100644 (file)
@@ -1,3 +1,7 @@
+Mon Sep 20 15:25:35 1999  Nick Clifton  <nickc@cygnus.com>
+
+       * c-decl.c (c_decode_option): Extend comment.
+
 Mon Sep 20 14:43:37 1999  Nick Clifton  <nickc@cygnus.com>
 
        * toplev.c (progname): Make 'const char *'
index f018d85..75b8ee0 100644 (file)
@@ -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)
index 8ab5497..2b9345f 100644 (file)
@@ -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,
index 42f9054..8abecf7 100644 (file)
@@ -161,6 +161,7 @@ GNU_xref_end ()
 \f
 /*
  * process chill-specific compiler command-line options
+ * do not complain if the option is not recognised
  */
 int
 lang_decode_option (argc, argv)
index 50bcbbb..6b8af65 100644 (file)
@@ -1,3 +1,7 @@
+1999-09-20  Nick Clifton  <nickc@cygnus.com>
+
+       * decl2.c (lang_decode_option): Extend comment.
+
 Mon Sep 20 10:49:05 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
 
        * typeck.c: Include "tm_p.h".
index 4f589d3..bb5f5e5 100644 (file)
@@ -532,7 +532,8 @@ lang_f_options[] =
 
 /* Decode the string P as a language-specific option.
    Return the number of strings consumed for a valid option.
-   Otherwise return 0.  */
+   Otherwise return 0.  Should not complain if it does not
+   recognise the option.  */
 
 int   
 lang_decode_option (argc, argv)
index debc540..d54145e 100644 (file)
@@ -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>
 
        * gjavah.c (get_field_name, print_method_info, print_include,
index 0a444b4..93161ef 100644 (file)
@@ -148,6 +148,7 @@ static int dependency_tracking = 0;
 
 /*
  * process java-specific compiler command-line options
+ * return 0, but do not complain if the option is not recognised.
  */
 int
 lang_decode_option (argc, argv)