aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
authorPaul Eggert2019-03-04 00:12:09 -0800
committerPaul Eggert2019-03-04 00:12:27 -0800
commit716ff449ef0ee87e7a102733d8c036bc8e037076 (patch)
tree23c129e17c230d560f49083bbbea6bdceb456796 /src/alloc.c
parent96871766223e5904f84d46d37d014b15acdce11b (diff)
downloademacs-716ff449ef0ee87e7a102733d8c036bc8e037076.tar.gz
emacs-716ff449ef0ee87e7a102733d8c036bc8e037076.zip
* src/alloc.c (gcstat): Now static.
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;
248 248
249/* Number of live and free conses etc. */ 249/* Number of live and free conses etc. */
250 250
251struct gcstat 251static struct gcstat
252{ 252{
253 object_ct total_conses, total_free_conses; 253 object_ct total_conses, total_free_conses;
254 object_ct total_symbols, total_free_symbols; 254 object_ct total_symbols, total_free_symbols;