diff options
| author | Paul Eggert | 2019-03-04 00:12:09 -0800 |
|---|---|---|
| committer | Paul Eggert | 2019-03-04 00:12:27 -0800 |
| commit | 716ff449ef0ee87e7a102733d8c036bc8e037076 (patch) | |
| tree | 23c129e17c230d560f49083bbbea6bdceb456796 /src/alloc.c | |
| parent | 96871766223e5904f84d46d37d014b15acdce11b (diff) | |
| download | emacs-716ff449ef0ee87e7a102733d8c036bc8e037076.tar.gz emacs-716ff449ef0ee87e7a102733d8c036bc8e037076.zip | |
* src/alloc.c (gcstat): Now static.
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 2 |
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 | ||
| 251 | struct gcstat | 251 | static 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; |