From: Paul Eggert Date: Mon, 4 Mar 2019 08:12:09 +0000 (-0800) Subject: * src/alloc.c (gcstat): Now static. X-Git-Tag: emacs-27.0.90~3489 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=716ff449ef0ee87e7a102733d8c036bc8e037076;p=emacs.git * src/alloc.c (gcstat): Now static. --- 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;