diff options
Diffstat (limited to 'src/fns.c')
| -rw-r--r-- | src/fns.c | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -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, |