Mercurial > hg > xemacs-beta
comparison src/elhash.h @ 410:de805c49cfc1 r21-2-35
Import from CVS: tag r21-2-35
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:19:21 +0200 |
parents | 74fd4e045ea6 |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
409:301b9ebbdf3b | 410:de805c49cfc1 |
---|---|
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 |