diff options
| -rw-r--r-- | evaluate.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1919,8 +1919,7 @@ static struct symbol *evaluate_postop(struct expression *expr) return NULL; } - if ((class & TYPE_RESTRICT) && restricted_unop(expr->op, &ctype)) - unrestrict(expr, class, &ctype); + unrestrict(expr, class, &ctype); if (class & TYPE_NUM) { multiply = 1; |
