gfortran.h (protected): Remove macro.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sat, 19 Jul 2008 16:19:27 +0000 (16:19 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sat, 19 Jul 2008 16:19:27 +0000 (16:19 +0000)
commit9aa433c2945d1f8d62961452bcd4e07f509815a8
tree7d7fb856907100af0b4f166b9a15fe89516d27b2
parentea471af0b8ecd3979665da8c74f120963254c5cd
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
12 files changed:
gcc/fortran/ChangeLog
gcc/fortran/dump-parse-tree.c
gcc/fortran/expr.c
gcc/fortran/gfortran.h
gcc/fortran/interface.c
gcc/fortran/intrinsic.c
gcc/fortran/match.c
gcc/fortran/module.c
gcc/fortran/primary.c
gcc/fortran/resolve.c
gcc/fortran/symbol.c
gcc/fortran/trans-types.c