git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1476da7
)
fixed reconcile bug in assignment
author
kramm
<kramm>
Fri, 2 Jan 2009 19:52:34 +0000
(19:52 +0000)
committer
kramm
<kramm>
Fri, 2 Jan 2009 19:52:34 +0000
(19:52 +0000)
lib/as3/parser.y
patch
|
blob
|
history
diff --git
a/lib/as3/parser.y
b/lib/as3/parser.y
index
959f76d
..
3cdf1fe
100644
(file)
--- a/
lib/as3/parser.y
+++ b/
lib/as3/parser.y
@@
-1234,6
+1234,7
@@
static code_t* toreadwrite(code_t*in, code_t*middlepart, char justassign, char r
c = abc_setlocal(c, temp);
c = code_append(c, write);
c = abc_getlocal(c, temp);
+ c = abc_kill(c, temp);
}
}