diff --git a/src/c/hash.d b/src/c/hash.d index 95d3592f4..97d963047 100644 --- a/src/c/hash.d +++ b/src/c/hash.d @@ -205,6 +205,8 @@ BEGIN: return(h); #endif /* CLOS */ #endif /* !ANSI */ + case t_random: + return h ^ x->random.value; case t_package: /* These two should actually */ case t_bitvector: /* have visible changes under equal */ default: