aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fns.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fns.c b/src/fns.c
index 238a37193c1..0497588689b 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -4231,6 +4231,11 @@ maybe_resize_hash_table (struct Lisp_Hash_Table *h)
4231 } 4231 }
4232} 4232}
4233 4233
4234/* Recompute the hashes (and hence also the "next" pointers).
4235 Normally there's never a need to recompute hashes.
4236 This is done only on first-access to a hash-table loaded from
4237 the "pdump", because the object's addresses may have changed, thus
4238 affecting their hash. */
4234void 4239void
4235hash_table_rehash (struct Lisp_Hash_Table *h) 4240hash_table_rehash (struct Lisp_Hash_Table *h)
4236{ 4241{