projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9687176
)
* src/alloc.c (gcstat): Now static.
author
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 4 Mar 2019 08:12:09 +0000
(
00:12
-0800)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 4 Mar 2019 08:12:27 +0000
(
00:12
-0800)
src/alloc.c
patch
|
blob
|
history
diff --git
a/src/alloc.c
b/src/alloc.c
index 02c55f8ce4c136c6f5f13c3bc2cb50f850ff919c..5244fb190fe8a87dfa82d9fc5a8dcf701507f8f2 100644
(file)
--- 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
+st
atic st
ruct gcstat
{
object_ct total_conses, total_free_conses;
object_ct total_symbols, total_free_symbols;