diff options
Diffstat (limited to 'gcc/ggc.h')
-rw-r--r-- | gcc/ggc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ggc.h b/gcc/ggc.h index 17b8e721c7d..e1364a3a84e 100644 --- a/gcc/ggc.h +++ b/gcc/ggc.h @@ -124,6 +124,7 @@ extern void ggc_mark_roots PARAMS ((void)); /* Save and restore the string pool entries for PCH. */ extern void gt_pch_save_stringpool PARAMS ((void)); +extern void gt_pch_fixup_stringpool PARAMS ((void)); extern void gt_pch_restore_stringpool PARAMS ((void)); /* PCH and GGC handling for strings, mostly trivial. */ |