diff options
author | Greg McGary <gkm@gnu.org> | 1999-10-16 01:25:52 +0000 |
---|---|---|
committer | Greg McGary <gkm@gcc.gnu.org> | 1999-10-16 01:25:52 +0000 |
commit | 13f9ac51e34061acb318e8d7a8195debf87e0ec3 (patch) | |
tree | b69124812eb9790df14c15bf1a195bdbec7d18fd /gcc/java/java-tree.h | |
parent | a8aa79754dcc89603567741aac26db144a430700 (diff) | |
download | gcc-13f9ac51e34061acb318e8d7a8195debf87e0ec3.zip gcc-13f9ac51e34061acb318e8d7a8195debf87e0ec3.tar.gz gcc-13f9ac51e34061acb318e8d7a8195debf87e0ec3.tar.bz2 |
java-tree.h (flag_bounds_check): Remove extern decl.
* java-tree.h (flag_bounds_check): Remove extern decl.
* lang.c (flag_bounds_check): Remove global variable.
(lang_f_options): Remove "bounds-check" entry.
(lang_init_options): Default flag_bounds_check to "on".
From-SVN: r30036
Diffstat (limited to 'gcc/java/java-tree.h')
-rw-r--r-- | gcc/java/java-tree.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/java/java-tree.h b/gcc/java/java-tree.h index c13f095..781721f 100644 --- a/gcc/java/java-tree.h +++ b/gcc/java/java-tree.h @@ -115,11 +115,6 @@ extern tree current_class; /* List of all class DECLs seen so far. */ extern tree all_class_list; -/* Nonzero if we want to automatically do array bounds checking; - on by default. Use -fno-bounds-check to disable. */ - -extern int flag_bounds_check; - /* Nonzero if we should make is_compiled_class always return 1 for appropriate classes that we're referencing. */ |