aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-04-20 16:57:52 +0800
committerTeddy <ted.sybil@gmail.com>2014-04-20 16:57:52 +0800
commitff809576d003f6be594af8ea5b4c181ec3ff6a8f (patch)
tree2e8e66b69590716f31998a3e5d772d67578bced3
parentc3a8355845206f14df8836202b8ea301b8ad829a (diff)
...
-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: