summaryrefslogtreecommitdiff
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 02c55f8ce4c..5244fb190fe 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -248,7 +248,7 @@ typedef intptr_t object_ct;
/* Number of live and free conses etc. */
-struct gcstat
+static struct gcstat
{
object_ct total_conses, total_free_conses;
object_ct total_symbols, total_free_symbols;