diff options
author | Teddy <[email protected]> | 2014-04-20 16:57:52 +0800 |
---|---|---|
committer | Teddy <[email protected]> | 2014-04-20 16:57:52 +0800 |
commit | ff809576d003f6be594af8ea5b4c181ec3ff6a8f (patch) | |
tree | 2e8e66b69590716f31998a3e5d772d67578bced3 /semantics.c | |
parent | c3a8355845206f14df8836202b8ea301b8ad829a (diff) |
...
Diffstat (limited to 'semantics.c')
-rw-r--r-- | semantics.c | 1 |
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: |