comparison src/elhash.h @ 442:abe6d1db359e r21-2-36

Import from CVS: tag r21-2-36
author cvs
date Mon, 13 Aug 2007 11:35:02 +0200
parents 8de8e3f6228a
children 98528da0b7fc
comparison
equal deleted inserted replaced
441:72a7cfa4a488 442:abe6d1db359e
36 enum hash_table_weakness 36 enum hash_table_weakness
37 { 37 {
38 HASH_TABLE_NON_WEAK, 38 HASH_TABLE_NON_WEAK,
39 HASH_TABLE_KEY_WEAK, 39 HASH_TABLE_KEY_WEAK,
40 HASH_TABLE_VALUE_WEAK, 40 HASH_TABLE_VALUE_WEAK,
41 HASH_TABLE_KEY_VALUE_WEAK,
41 HASH_TABLE_KEY_CAR_WEAK, 42 HASH_TABLE_KEY_CAR_WEAK,
42 HASH_TABLE_VALUE_CAR_WEAK, 43 HASH_TABLE_VALUE_CAR_WEAK,
43 HASH_TABLE_WEAK 44 HASH_TABLE_WEAK
44 }; 45 };
45 46