summaryrefslogtreecommitdiff
path: root/gcc/ggc-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ggc-internal.h')
-rw-r--r--gcc/ggc-internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ggc-internal.h b/gcc/ggc-internal.h
index 021961579f2..3d1f3ddd1d2 100644
--- a/gcc/ggc-internal.h
+++ b/gcc/ggc-internal.h
@@ -106,11 +106,11 @@ extern size_t ggc_get_size (const void *);
/* This structure contains the statistics common to all collectors.
Particular collectors can extend this structure. */
-typedef struct ggc_statistics
+struct ggc_statistics
{
/* At present, we don't really gather any interesting statistics. */
int unused;
-} ggc_statistics;
+};
/* Used by the various collectors to gather and print statistics that
do not depend on the collector in use. */