fix in reference counts for sets

This commit is contained in:
ceriel
1987-10-20 13:32:18 +00:00
parent 6dc819dd38
commit 895679e24e
2 changed files with 8 additions and 7 deletions

View File

@@ -251,7 +251,7 @@ cstset(expp)
assert(expp->nd_symb == IN || expp->nd_left->nd_class == Set);
set2 = expp->nd_right->nd_set;
setsize = (unsigned) expp->nd_right->nd_type->tp_size / (unsigned) word_size;
setsize = (unsigned) (expp->nd_right->nd_type->tp_size) / (unsigned) word_size;
if (expp->nd_symb == IN) {
unsigned i;