top.h (ffe_is_subscript_check_): Remove extern decl.
authorGreg McGary <gkm@gnu.org>
Sat, 16 Oct 1999 01:26:10 +0000 (01:26 +0000)
committerGreg McGary <gkm@gcc.gnu.org>
Sat, 16 Oct 1999 01:26:10 +0000 (01:26 +0000)
commit02f06e649d274e60c4c26267ec82d917daddd15b
treefb5c7005318a50727d08ebfd421953c5982fe66f
parent13f9ac51e34061acb318e8d7a8195debf87e0ec3
top.h (ffe_is_subscript_check_): Remove extern decl.

* top.h (ffe_is_subscript_check_): Remove extern decl.
(ffe_is_subscript_check, ffe_set_is_subscript_check): Remove macros.
* top.c (ffe_is_subscript_check_): Remove global variable.
(ffe_decode_option): Remove "(no-)bounds-check" flag handling.
Set flag_bounds_check for "(no-)fortran-bounds-check".
* com.c
(ffecom_arrayref_): s/ffe_is_subscript_check ()/flag_bounds_check/
(ffecom_char_args_x_): Ditto.

From-SVN: r30037
gcc/f/ChangeLog
gcc/f/com.c
gcc/f/top.c
gcc/f/top.h