diff options
| author | Eli Zaretskii | 2026-01-21 13:44:31 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2026-01-21 13:44:31 +0200 |
| commit | ac8bc9a2e2f2062bce8788ea5f058baa317953f1 (patch) | |
| tree | 639e892c4697f0e6100d55c84de9bbcb82a05faa /src/alloc.c | |
| parent | 2d758e73ebd74705484017137f1c255735cac00b (diff) | |
| download | emacs-ac8bc9a2e2f2062bce8788ea5f058baa317953f1.tar.gz emacs-ac8bc9a2e2f2062bce8788ea5f058baa317953f1.zip | |
; * src/alloc.c (Fgarbage_collect_heapsize): Avoid compiler warning.
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 a4e97d7a8c3..c0c24c65737 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -6028,7 +6028,7 @@ Each entry has the form (NAME SIZE USED FREE), where: | |||
| 6028 | - FREE is the number of those objects that are not live but that Emacs | 6028 | - FREE is the number of those objects that are not live but that Emacs |
| 6029 | keeps around for future allocations (maybe because it does not know how | 6029 | keeps around for future allocations (maybe because it does not know how |
| 6030 | to return them to the OS). */) | 6030 | to return them to the OS). */) |
| 6031 | () | 6031 | (void) |
| 6032 | { | 6032 | { |
| 6033 | struct gcstat gcst = gcstat; | 6033 | struct gcstat gcst = gcstat; |
| 6034 | 6034 | ||