-
- Downloads
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
Showing
- gcc/c-family/ChangeLog 6 additions, 0 deletionsgcc/c-family/ChangeLog
- gcc/c-family/c-common.c 6 additions, 6 deletionsgcc/c-family/c-common.c
- gcc/c-family/c-common.h 1 addition, 1 deletiongcc/c-family/c-common.h
- gcc/c/ChangeLog 13 additions, 0 deletionsgcc/c/ChangeLog
- gcc/c/c-decl.c 18 additions, 20 deletionsgcc/c/c-decl.c
- gcc/c/c-tree.h 2 additions, 2 deletionsgcc/c/c-tree.h
- gcc/c/c-typeck.c 11 additions, 10 deletionsgcc/c/c-typeck.c
Loading
Please register or sign in to comment