summaryrefslogtreecommitdiffstats
path: root/gcc/langhooks-def.h
diff options
context:
space:
mode:
authorneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>2003-03-19 20:34:10 +0000
committerneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>2003-03-19 20:34:10 +0000
commitfb84380a59197b10914b2258c149aee94b317d67 (patch)
treef55a99d28f04841642f126e415df18047f0526cd /gcc/langhooks-def.h
parentb4c3eba372674a7b8d055e6987fb8ac6407b2ff3 (diff)
downloadppe42-gcc-fb84380a59197b10914b2258c149aee94b317d67.tar.gz
ppe42-gcc-fb84380a59197b10914b2258c149aee94b317d67.zip
(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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64596 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/langhooks-def.h')
-rw-r--r--gcc/langhooks-def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/langhooks-def.h b/gcc/langhooks-def.h
index afec80614e0..4315eab91e7 100644
--- a/gcc/langhooks-def.h
+++ b/gcc/langhooks-def.h
@@ -183,7 +183,7 @@ void write_global_declarations PARAMS ((void));
}
/* Tree dump hooks. */
-int lhd_tree_dump_dump_tree PARAMS ((void *, tree));
+bool lhd_tree_dump_dump_tree PARAMS ((void *, tree));
int lhd_tree_dump_type_quals PARAMS ((tree));
#define LANG_HOOKS_TREE_DUMP_DUMP_TREE_FN lhd_tree_dump_dump_tree
OpenPOWER on IntegriCloud