aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-dump.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-dump.h')
-rw-r--r--gcc/tree-dump.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/tree-dump.h b/gcc/tree-dump.h
index 3f5c8aea63f..033ca197133 100644
--- a/gcc/tree-dump.h
+++ b/gcc/tree-dump.h
@@ -88,6 +88,7 @@ extern void queue_and_dump_type (dump_info_p, tree);
extern void dump_function (enum tree_dump_index, tree);
extern void dump_function_to_file (tree, FILE *, int);
-extern unsigned int dump_register (const char *, const char *, int, unsigned int, int);
+extern unsigned int dump_register (const char *, const char *, const char *,
+ int, unsigned int, int);
#endif /* ! GCC_TREE_DUMP_H */