aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-object-size.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-object-size.h')
-rw-r--r--gcc/tree-object-size.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/tree-object-size.h b/gcc/tree-object-size.h
index 420af3e0633..65528b3a696 100644
--- a/gcc/tree-object-size.h
+++ b/gcc/tree-object-size.h
@@ -22,6 +22,7 @@ along with GCC; see the file COPYING3. If not see
extern void init_object_sizes (void);
extern void fini_object_sizes (void);
-extern bool compute_builtin_object_size (tree, int, unsigned HOST_WIDE_INT *);
+extern bool compute_builtin_object_size (tree, int, unsigned HOST_WIDE_INT *,
+ tree * = NULL);
#endif // GCC_TREE_OBJECT_SIZE_H