diff options
Diffstat (limited to 'gcc/ggc-internal.h')
-rw-r--r-- | gcc/ggc-internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ggc-internal.h b/gcc/ggc-internal.h index 0219615..3d1f3dd 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. */ |