aboutsummaryrefslogtreecommitdiffstats
path: root/src/fns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fns.c')
-rw-r--r--src/fns.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fns.c b/src/fns.c
index 51f61d23881..939760b7394 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -3954,8 +3954,7 @@ maybe_resize_hash_table (struct Lisp_Hash_Table *h)
3954#ifdef ENABLE_CHECKING 3954#ifdef ENABLE_CHECKING
3955 if (HASH_TABLE_P (Vpurify_flag) 3955 if (HASH_TABLE_P (Vpurify_flag)
3956 && XHASH_TABLE (Vpurify_flag) == h) 3956 && XHASH_TABLE (Vpurify_flag) == h)
3957 CALLN (Fmessage, build_string ("Growing hash table to: %d"), 3957 message ("Growing hash table to: %"pI"d", new_size);
3958 make_number (new_size));
3959#endif 3958#endif
3960 3959
3961 set_hash_key_and_value (h, larger_vector (h->key_and_value, 3960 set_hash_key_and_value (h, larger_vector (h->key_and_value,