decl.c (gnat_to_gnu_entity): Replace True with true.
authorEric Botcazou <ebotcazou@adacore.com>
Tue, 13 Aug 2013 19:53:37 +0000 (19:53 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Tue, 13 Aug 2013 19:53:37 +0000 (19:53 +0000)
commit78df6221f9530b27251f81a3ec7c8052c92fb059
tree378d48e22c9553fb3aa3a141e889d8a4895ca5dd
parent1d3db14c1e2c8d5cf8ba179897657fd26410879e
decl.c (gnat_to_gnu_entity): Replace True with true.

* gcc-interface/decl.c (gnat_to_gnu_entity): Replace True with true.
(is_cplusplus_method): Likewise, and False with false.
(components_need_strict_alignment): Likewise.
* gcc-interface/misc.c (gnat_init_gcc_fp): Likewise.
* gcc-interface/trans.c (Loop_Statement_to_gnu): Likewise.
(Handled_Sequence_Of_Statements_to_gnu): Likewise.
(add_cleanup): Likewise.
(Sloc_to_locus1): Likewise.
(Sloc_to_locus): Likewise.
(set_expr_location_from_node): Likewise.
* gcc-interface/utils.c (potential_alignment_gap): Likewise.

From-SVN: r201704
gcc/ada/ChangeLog
gcc/ada/gcc-interface/decl.c
gcc/ada/gcc-interface/misc.c
gcc/ada/gcc-interface/trans.c
gcc/ada/gcc-interface/utils.c