Mercurial > hg > xemacs-beta
diff src/elhash.c @ 432:3a7e78e1142d r21-2-24
Import from CVS: tag r21-2-24
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:29:58 +0200 |
parents | a5df635868b2 |
children | 9d177e8d4150 |
line wrap: on
line diff
--- a/src/elhash.c Mon Aug 13 11:29:10 2007 +0200 +++ b/src/elhash.c Mon Aug 13 11:29:58 2007 +0200 @@ -931,7 +931,7 @@ static void enlarge_hash_table (Lisp_Hash_Table *ht) { - size_t new_size = + size_t new_size = hash_table_size ((size_t) ((double) ht->size * ht->rehash_size)); resize_hash_table (ht, new_size); }