From: Per Bothner Date: Fri, 16 Oct 1998 13:18:35 +0000 (-0700) Subject: Remove old CYGNUS LOCAL comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cc4824564d972ee9f170612d1ab637a37b8ee683;p=gcc.git Remove old CYGNUS LOCAL comment. From-SVN: r23136 --- 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"},