Yet another fix. ChkUnOper can also be called with a COERCION operator,

when NEW and DISPOSE are expanded
This commit is contained in:
ceriel 1988-01-28 14:05:34 +00:00
parent 7bb1897e98
commit 72e13f3a5a

View file

@ -914,6 +914,7 @@ ChkUnOper(expp)
register t_node *right = expp->nd_right;
register t_type *tpr;
if (expp->nd_symb == COERCION) return 1;
if (expp->nd_symb == '(') {
*expp = *right;
free_node(right);