emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 716ff44: * src/alloc.c (gcstat): Now static.


From: Paul Eggert
Subject: [Emacs-diffs] master 716ff44: * src/alloc.c (gcstat): Now static.
Date: Mon, 4 Mar 2019 03:12:31 -0500 (EST)

branch: master
commit 716ff449ef0ee87e7a102733d8c036bc8e037076
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * 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 02c55f8..5244fb1 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;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]