diff options
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 f421e6a..c085105 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", "" }, |