]> git.eshelyaron.com Git - emacs.git/commit
Fix GC threshold typo
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 13 Aug 2019 17:03:41 +0000 (10:03 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 13 Aug 2019 17:04:01 +0000 (10:04 -0700)
commit8882761440c3227850043dddf5aec5394c8cbe28
treec8dc56db829777e19c8e5bfe97695db99079138e
parentc0e720cdd97b28d532f4deb66861518a70d062ac
Fix GC threshold typo

Problem reported by Eli Zaretskii (Bug#37006#25).
* src/alloc.c (garbage_collect_1): Fix typo in threshold calc.
Go back to dividing by 10 since the numerator’s a constant now.
Problem introduced in 2019-07-21T02:40:03Z!eggert@cs.ucla.edu.
src/alloc.c