summaryrefslogtreecommitdiffstats
path: root/gcc/c-dump.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-dump.c')
-rw-r--r--gcc/c-dump.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/c-dump.c b/gcc/c-dump.c
index 541910b6b9d..7f3464b38a0 100644
--- a/gcc/c-dump.c
+++ b/gcc/c-dump.c
@@ -49,7 +49,7 @@ dump_next_stmt (di, t)
/* Dump any C-specific tree codes and attributes of common codes. */
-int
+bool
c_dump_tree (dump_info, t)
void *dump_info;
tree t;
@@ -194,5 +194,5 @@ c_dump_tree (dump_info, t)
break;
}
- return 0;
+ return false;
}
OpenPOWER on IntegriCloud