From 716ff449ef0ee87e7a102733d8c036bc8e037076 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 4 Mar 2019 00:12:09 -0800 Subject: [PATCH] * src/alloc.c (gcstat): Now static. --- src/alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2