summaryrefslogtreecommitdiff
path: root/gcc/java/lang-options.h
diff options
context:
space:
mode:
authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>1998-10-16 13:18:35 +0000
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>1998-10-16 13:18:35 +0000
commit47e0f6beaa7c7922572f28dd75dbda405d915ddc (patch)
treed1f6be2bc16886b3e57bc28d35894bf5da22b5c9 /gcc/java/lang-options.h
parent7e35aebacb53a5909a420be8743bae5be51f0f04 (diff)
downloadgcc-47e0f6beaa7c7922572f28dd75dbda405d915ddc.tar.gz
Remove old CYGNUS LOCAL comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23136 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/lang-options.h')
-rw-r--r--gcc/java/lang-options.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/gcc/java/lang-options.h b/gcc/java/lang-options.h
index 622b3ed6e72..4ea735caab5 100644
--- a/gcc/java/lang-options.h
+++ b/gcc/java/lang-options.h
@@ -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"},