]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/tree-object-size.h
builtins.c (compute_objsize): Add an argument and set it to offset into destination.
[thirdparty/gcc.git] / gcc / tree-object-size.h
index 65528b3a696fac3cd567c80163597b6d2442d4d5..d6c7b49068669d0f72577d7099f19e671abdc569 100644 (file)
@@ -23,6 +23,6 @@ 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 *,
-                                        tree * = NULL);
+                                        tree * = NULL, tree * = NULL);
 
 #endif  // GCC_TREE_OBJECT_SIZE_H