Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 4779:fd98353950a4
Make my last change to elhash.c more kosher, comparing pointers not ints
2009-12-17 Aidan Kehoe <kehoea@parhasard.net>
* elhash.c (HASH_TABLE_DEFAULT_REHASH_THRESHOLD):
That last change was wrong in theory though not in practice; we're
comparing function pointers, not enumeration values.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Thu, 17 Dec 2009 17:29:32 +0000 |
parents | 0081fd36b783 |
children | 2fd201d73a92 |
line wrap: on
line diff
--- a/src/ChangeLog Thu Dec 17 14:51:37 2009 +0000 +++ b/src/ChangeLog Thu Dec 17 17:29:32 2009 +0000 @@ -1,3 +1,9 @@ +2009-12-17 Aidan Kehoe <kehoea@parhasard.net> + + * elhash.c (HASH_TABLE_DEFAULT_REHASH_THRESHOLD): + That last change was wrong in theory though not in practice; we're + comparing function pointers, not enumeration values. + 2009-12-17 Aidan Kehoe <kehoea@parhasard.net> * elhash.c (HASH_TABLE_DEFAULT_REHASH_THRESHOLD):