diff options
Diffstat (limited to 'gcc/ggc-page.c')
-rw-r--r-- | gcc/ggc-page.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ggc-page.c b/gcc/ggc-page.c index 2a9b2d9e7fa..85b1ce9f284 100644 --- a/gcc/ggc-page.c +++ b/gcc/ggc-page.c @@ -378,7 +378,7 @@ struct free_object #endif /* The rest of the global variables. */ -static struct globals +static struct ggc_globals { /* The Nth element in this array is a page with objects of size 2^N. If there are any pages with free objects, they will be at the |