diff options
author | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-10-12 12:43:52 +0000 |
---|---|---|
committer | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-10-12 12:43:52 +0000 |
commit | eae37fcb266c944c0a2cc74ebf8bff7fca4b2e42 (patch) | |
tree | 8066b09879ba6438fa1b2224673353959ba6ee29 /gcc/java/lang-options.h | |
parent | 7b1dc43034e3c55ab05ae9a0cf158bf93aefa25f (diff) | |
download | gcc-eae37fcb266c944c0a2cc74ebf8bff7fca4b2e42.tar.gz |
�
Merge from Cygnus internal source tree.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23024 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/lang-options.h')
-rw-r--r-- | gcc/java/lang-options.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/java/lang-options.h b/gcc/java/lang-options.h index f421e6a16c7..c08510577dd 100644 --- a/gcc/java/lang-options.h +++ b/gcc/java/lang-options.h @@ -25,6 +25,9 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ /* 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", "" }, |