newer version

This commit is contained in:
ceriel
1986-04-10 01:08:49 +00:00
parent d1a2112163
commit ba47f9fe7c
11 changed files with 287 additions and 187 deletions

View File

@@ -60,7 +60,7 @@ cstbin(expp)
int uns = expp->nd_type != int_type;
assert(expp->nd_class == Oper);
if (expp->nd_right->nd_type->tp_fund == SET) {
if (expp->nd_right->nd_type->tp_fund == T_SET) {
cstset(expp);
return;
}