Remove old CYGNUS LOCAL comment.
authorPer Bothner <bothner@gcc.gnu.org>
Fri, 16 Oct 1998 13:18:35 +0000 (06:18 -0700)
committerPer Bothner <bothner@gcc.gnu.org>
Fri, 16 Oct 1998 13:18:35 +0000 (06:18 -0700)
From-SVN: r23136

gcc/java/lang-options.h

index 622b3ed6e729d7ee74f785692e83ee35f0befd78..4ea735caab56243e5eca86e4c6c785c07efd18aa 100644 (file)
@@ -22,14 +22,11 @@ Java and all Java-based marks are trademarks or registered trademarks
 of Sun Microsystems, Inc. in the United States and other countries.
 The Free Software Foundation is independent of Sun Microsystems, Inc.  */
 
+DEFINE_LANG_NAME ("Java")
+     
 /* This is the contribution to the `lang_options' array in gcc.c for
    java.  */
 
-/* CYGNUS LOCAL - the format of this file has been changed to
-   allow cc1 to implement --help.  nickc/--help */
-
-DEFINE_LANG_NAME ("Java")
-     
   { "-fbounds-check", "" },
   { "-fno-bounds-check", "Disable automatic array bounds checking" },
   { "-fassume-compiled", "Make is_compiled_class return 1"},