diff options
author | Marek Polacek <polacek@redhat.com> | 2017-05-18 10:55:59 +0000 |
---|---|---|
committer | Marek Polacek <mpolacek@gcc.gnu.org> | 2017-05-18 10:55:59 +0000 |
commit | e3455240edf5c8fa4ee4ee73219b35ce1265b076 (patch) | |
tree | b1e8c78c93b3e808826efcfce13bb407c2bb95b8 /gcc/fold-const.c | |
parent | 59a4ede94fed26e12efabde29d5d25a50f3ec59b (diff) | |
download | gcc-e3455240edf5c8fa4ee4ee73219b35ce1265b076.zip gcc-e3455240edf5c8fa4ee4ee73219b35ce1265b076.tar.gz gcc-e3455240edf5c8fa4ee4ee73219b35ce1265b076.tar.bz2 |
c-common.c (self_promoting_args_p): Change the return type to bool.
* c-common.c (self_promoting_args_p): Change the return type to bool.
Use false/true instead of 0/1.
* c-common.h (self_promoting_args_p): Update.
* c-decl.c (start_decl): Use false/true instead of 0/1.
(grokdeclarator): Likewise.
(finish_struct): Likewise.
(start_function): Change the return type to bool. Use false/true
instead of 0/1.
(declspecs_add_qual): Use UNKNOWN_LOCATION instead of 0.
* c-tree.h (start_function): Update.
* c-typeck.c (same_translation_unit_p): Change the return type to bool.
(set_designator): Change the return type to bool. Use false/true
instead of 0/1.
From-SVN: r248192
Diffstat (limited to 'gcc/fold-const.c')
0 files changed, 0 insertions, 0 deletions