]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/alloc.c (gcstat): Now static.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 4 Mar 2019 08:12:09 +0000 (00:12 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 4 Mar 2019 08:12:27 +0000 (00:12 -0800)
src/alloc.c

index 02c55f8ce4c136c6f5f13c3bc2cb50f850ff919c..5244fb190fe8a87dfa82d9fc5a8dcf701507f8f2 100644 (file)
@@ -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;