aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorPer Bothner <bothner@gcc.gnu.org>1998-10-16 06:18:35 -0700
committerPer Bothner <bothner@gcc.gnu.org>1998-10-16 06:18:35 -0700
commitcc4824564d972ee9f170612d1ab637a37b8ee683 (patch)
treed1f6be2bc16886b3e57bc28d35894bf5da22b5c9 /gcc
parent265c5294f2c6954fbc6e6b6a4d58abcb88baa5d4 (diff)
downloadgcc-cc4824564d972ee9f170612d1ab637a37b8ee683.zip
gcc-cc4824564d972ee9f170612d1ab637a37b8ee683.tar.gz
gcc-cc4824564d972ee9f170612d1ab637a37b8ee683.tar.bz2
Remove old CYGNUS LOCAL comment.
From-SVN: r23136
Diffstat (limited to 'gcc')
-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 622b3ed..4ea735c 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"},