sets now allowed for all subranges

This commit is contained in:
ceriel
1987-10-28 16:03:56 +00:00
parent 148a294a31
commit 8fa3fa95bb
10 changed files with 36 additions and 38 deletions

View File

@@ -258,6 +258,7 @@ cstset(expp)
assert(expp->nd_left->nd_class == Value);
expp->nd_left->nd_INT -= expp->nd_right->nd_type->set_low;
i = expp->nd_left->nd_INT;
expp->nd_class = Value;
expp->nd_INT = (expp->nd_left->nd_INT >= 0 &&