diff options
Diffstat (limited to 'gcc/langhooks.h')
-rw-r--r-- | gcc/langhooks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/langhooks.h b/gcc/langhooks.h index 4696c6f..8245495 100644 --- a/gcc/langhooks.h +++ b/gcc/langhooks.h @@ -90,7 +90,7 @@ struct lang_hooks_for_tree_dump { /* Dump language-specific parts of tree nodes. Returns nonzero if it does not want the usual dumping of the second argument. */ - int (*dump_tree) PARAMS ((void *, tree)); + bool (*dump_tree) PARAMS ((void *, tree)); /* Determine type qualifiers in a language-specific way. */ int (*type_quals) PARAMS ((tree)); |