aboutsummaryrefslogtreecommitdiff
path: root/gcc/ggc-simple.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ggc-simple.c')
-rw-r--r--gcc/ggc-simple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ggc-simple.c b/gcc/ggc-simple.c
index 841f50b..74a4d5a 100644
--- a/gcc/ggc-simple.c
+++ b/gcc/ggc-simple.c
@@ -148,7 +148,7 @@ init_ggc PROTO ((void))
setlinebuf (dump);
#endif
- ggc_alloc_string ("", 0);
+ empty_string = ggc_alloc_string ("", 0);
ggc_add_string_root (&empty_string, 1);
}