aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 09b3a4ea7e4..1718ce0fafc 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -5352,6 +5352,7 @@ purecopy_hash_table (struct Lisp_Hash_Table *table)
5352 pure->count = table->count; 5352 pure->count = table->count;
5353 pure->next_free = table->next_free; 5353 pure->next_free = table->next_free;
5354 pure->purecopy = table->purecopy; 5354 pure->purecopy = table->purecopy;
5355 eassert (!pure->mutable);
5355 pure->rehash_threshold = table->rehash_threshold; 5356 pure->rehash_threshold = table->rehash_threshold;
5356 pure->rehash_size = table->rehash_size; 5357 pure->rehash_size = table->rehash_size;
5357 pure->key_and_value = purecopy (table->key_and_value); 5358 pure->key_and_value = purecopy (table->key_and_value);