aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--semantics.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/semantics.c b/semantics.c
index 1671a3f..6bf6925 100644
--- a/semantics.c
+++ b/semantics.c
@@ -1124,7 +1124,6 @@ ExpType exp_check_postfix(CNode *p, CScope_t scope) {
p->ext.var = NULL;
p->ext.offest = fv->start;
op1.type = fv->type;
- op1.lval = 1;
}
break;
case POSTFIX_PTR: