comparison 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
comparison
equal deleted inserted replaced
4778:0081fd36b783 4779:fd98353950a4
1 2009-12-17 Aidan Kehoe <kehoea@parhasard.net>
2
3 * elhash.c (HASH_TABLE_DEFAULT_REHASH_THRESHOLD):
4 That last change was wrong in theory though not in practice; we're
5 comparing function pointers, not enumeration values.
6
1 2009-12-17 Aidan Kehoe <kehoea@parhasard.net> 7 2009-12-17 Aidan Kehoe <kehoea@parhasard.net>
2 8
3 * elhash.c (HASH_TABLE_DEFAULT_REHASH_THRESHOLD): 9 * elhash.c (HASH_TABLE_DEFAULT_REHASH_THRESHOLD):
4 Cast the enumeration values here to integers before comparing 10 Cast the enumeration values here to integers before comparing
5 them, fixing the build on VC++. Thank you Vin! 11 them, fixing the build on VC++. Thank you Vin!