aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/gfortran.h
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2008-07-19 16:19:27 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2008-07-19 16:19:27 +0000
commit9aa433c2945d1f8d62961452bcd4e07f509815a8 (patch)
tree7d7fb856907100af0b4f166b9a15fe89516d27b2 /gcc/fortran/gfortran.h
parentea471af0b8ecd3979665da8c74f120963254c5cd (diff)
downloadgcc-9aa433c2945d1f8d62961452bcd4e07f509815a8.zip
gcc-9aa433c2945d1f8d62961452bcd4e07f509815a8.tar.gz
gcc-9aa433c2945d1f8d62961452bcd4e07f509815a8.tar.bz2
gfortran.h (protected): Remove macro.
* gfortran.h (protected): Remove macro. * dump-parse-tree.c (show_attr): Avoid C++ keywords. * expr.c (gfc_check_pointer_assign): Likewise. * interface.c (compare_parameter_protected): Likewise. * intrinsic.c (enum class, add_sym, add_sym_0, add_sym_1, add_sym_1s, add_sym_1m, add_sym_2, add_sym_2s, add_sym_3, add_sym_3ml, add_sym_3red, add_sym_3s, add_sym_4, add_sym_4s, add_sym_5s): Likewise. * match.c (gfc_match_assignment, gfc_match_pointer_assignment): Likewise. * module.c (mio_symbol_attribute): Likewise. * primary.c (match_variable): Likewise. * resolve.c (resolve_equivalence): Likewise. * symbol.c (check_conflict, gfc_add_protected, gfc_copy_attr): Likewise. * trans-types.c (gfc_get_array_type_bounds): Likewise. From-SVN: r137980
Diffstat (limited to 'gcc/fortran/gfortran.h')
-rw-r--r--gcc/fortran/gfortran.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/fortran/gfortran.h b/gcc/fortran/gfortran.h
index 5c6fd92d..4cc8be2 100644
--- a/gcc/fortran/gfortran.h
+++ b/gcc/fortran/gfortran.h
@@ -627,8 +627,6 @@ typedef struct
ENUM_BITFIELD (save_state) save:2;
unsigned data:1, /* Symbol is named in a DATA statement. */
- /* FIXME: This macro is temporary until we convert everything. */
-#define protected is_protected
is_protected:1, /* Symbol has been marked as protected. */
use_assoc:1, /* Symbol has been use-associated. */
use_only:1, /* Symbol has been use-associated, with ONLY. */