diff options
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 05a19f0b7e9..7ff2cd3b100 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -367,7 +367,7 @@ static ptrdiff_t pure_bytes_used_non_lisp; | |||
| 367 | 367 | ||
| 368 | /* If positive, garbage collection is inhibited. Otherwise, zero. */ | 368 | /* If positive, garbage collection is inhibited. Otherwise, zero. */ |
| 369 | 369 | ||
| 370 | static intptr_t garbage_collection_inhibited; | 370 | intptr_t garbage_collection_inhibited; |
| 371 | 371 | ||
| 372 | /* The GC threshold in bytes, the last time it was calculated | 372 | /* The GC threshold in bytes, the last time it was calculated |
| 373 | from gc-cons-threshold and gc-cons-percentage. */ | 373 | from gc-cons-threshold and gc-cons-percentage. */ |