aboutsummaryrefslogtreecommitdiff
path: root/gcc/ggc-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ggc-internal.h')
-rw-r--r--gcc/ggc-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ggc-internal.h b/gcc/ggc-internal.h
index 7b875ee..dcb0487 100644
--- a/gcc/ggc-internal.h
+++ b/gcc/ggc-internal.h
@@ -94,7 +94,7 @@ extern void ggc_pch_read (FILE *, void *);
/* When set, ggc_collect will do collection. */
extern bool ggc_force_collect;
-extern void ggc_record_overhead (size_t, size_t, void * MEM_STAT_DECL);
+extern void ggc_record_overhead (size_t, size_t, void * FINAL_MEM_STAT_DECL);
extern void ggc_free_overhead (void *);