]> gcc.gnu.org Git - gcc.git/commit
fortran: Rename TRUE/FALSE to true/false in *.cc files
authorUros Bizjak <ubizjak@gmail.com>
Fri, 25 Aug 2023 08:22:11 +0000 (10:22 +0200)
committerUros Bizjak <ubizjak@gmail.com>
Fri, 25 Aug 2023 13:28:36 +0000 (15:28 +0200)
commit54cc21eaf5f3eb7f7a508919a086f6c8bf5c4c17
tree642e07345332f15b82fbcc83b56987979f2da39d
parent3339220b9b0897c7e1cc887c5cb0a24ab4baf4ff
fortran: Rename TRUE/FALSE to true/false in *.cc files

gcc/fortran/ChangeLog:

* match.cc (gfc_match_equivalence): Rename TRUE/FALSE to true/false.
* module.cc (check_access): Ditto.
* primary.cc (match_real_constant): Ditto.
* trans-array.cc (gfc_trans_allocate_array_storage): Ditto.
(get_array_ctor_strlen): Ditto.
* trans-common.cc (find_equivalence): Ditto.
(add_equivalences): Ditto.
gcc/fortran/match.cc
gcc/fortran/module.cc
gcc/fortran/primary.cc
gcc/fortran/trans-array.cc
gcc/fortran/trans-common.cc
This page took 0.054858 seconds and 5 git commands to generate.