repair scope-propagtion cache yet again

Commit 352a5dd2d5 effectively reverted the repair
of d719c06e00.

Merge to v6.3
This commit is contained in:
Matthew Flatt 2015-10-30 22:24:40 -04:00
parent 352a5dd2d5
commit 101fac5c1e

View File

@ -2956,7 +2956,7 @@ static int hamt_equal_entries(int stype, void *eql_data,
#define HAMT_ELEMENT_OF hamt_eq_element_match_of
#define HAMT_ELEMENT_OF_COLLISION hamt_eq_element_match_of_collision
#define HAMT_EQUAL_ENTRIES(stype, eql_data, k1, v1, k2, v2) (SAME_OBJ(k1, k2) && SAME_OBJ(v1, v2))
#define HAMT_IF_VAL(v, n) n
#define HAMT_IF_VAL(v, n) v
#define HAMT_USE_FUEL(n) /* empty */
#include "hamt_subset.inc"