various bug fixes & improvements

This commit is contained in:
eck
1990-04-06 15:37:16 +00:00
parent 6e685b9fcc
commit aa4de95f26
5 changed files with 18 additions and 11 deletions

View File

@@ -612,7 +612,7 @@ ch3asgn(expp, oper, expr)
expr_error(exp, "operand of %s is read-only", oper_string);
} else if (fund == STRUCT || fund == UNION) {
if (recurqual(exp->ex_type, TQ_CONST))
expr_error(expr,"operand of %s contains a const-qualified member",
expr_error(exp,"operand of %s contains a const-qualified member",
oper_string);
}