Yet another fix. ChkUnOper can also be called with a COERCION operator,
when NEW and DISPOSE are expanded
This commit is contained in:
parent
7bb1897e98
commit
72e13f3a5a
1 changed files with 1 additions and 0 deletions
|
@ -914,6 +914,7 @@ ChkUnOper(expp)
|
||||||
register t_node *right = expp->nd_right;
|
register t_node *right = expp->nd_right;
|
||||||
register t_type *tpr;
|
register t_type *tpr;
|
||||||
|
|
||||||
|
if (expp->nd_symb == COERCION) return 1;
|
||||||
if (expp->nd_symb == '(') {
|
if (expp->nd_symb == '(') {
|
||||||
*expp = *right;
|
*expp = *right;
|
||||||
free_node(right);
|
free_node(right);
|
||||||
|
|
Loading…
Add table
Reference in a new issue