c-common.h (c_dump_tree), [...]): Change return type from 'int' to 'bool'.
authorNathanael Nerode <neroden@gcc.gnu.org>
Wed, 19 Mar 2003 20:34:10 +0000 (20:34 +0000)
committerNathanael Nerode <neroden@gcc.gnu.org>
Wed, 19 Mar 2003 20:34:10 +0000 (20:34 +0000)
commit2bd3ecadd83939fd4bc531d4f6ab11e2326892b4
treef55a99d28f04841642f126e415df18047f0526cd
parent784fb70e84d78a83a6599824b8b5e44eb85ba633
c-common.h (c_dump_tree), [...]): Change return type from 'int' to 'bool'.

(gcc)
* c-common.h (c_dump_tree), c-dump.c (c_dump_tree),
langhooks-def.h (lhd_tree_dump_dump_tree),
langhooks.c (lhd_tree_dump_dump_tree), langhooks.h (*dump_tree):
Change return type from 'int' to 'bool'.  Replace 0 and 1 with
true and false in return statements.
(cp)
* dump.c (cp_dump_tree), cp-tree.h (cp_dump_tree): Change return
type from 'int' to 'bool'. Replace 0 and 1 with true and false in
return statements.
(java)
* lang.c (java_dump_tree): Change return type from 'int' to 'bool'.
Replace 0 and 1 with true and false in return statements.

From-SVN: r64596
gcc/ChangeLog
gcc/c-common.h
gcc/c-dump.c
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/dump.c
gcc/java/ChangeLog
gcc/java/lang.c
gcc/langhooks-def.h
gcc/langhooks.c
gcc/langhooks.h