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:
2a819eb
)
small cleanup
author
kramm
<kramm>
Tue, 23 Dec 2008 18:46:30 +0000
(18:46 +0000)
committer
kramm
<kramm>
Tue, 23 Dec 2008 18:46:30 +0000
(18:46 +0000)
lib/as3/parser.y
patch
|
blob
|
history
diff --git
a/lib/as3/parser.y
b/lib/as3/parser.y
index
516f5d3
..
4238e39
100644
(file)
--- a/
lib/as3/parser.y
+++ b/
lib/as3/parser.y
@@
-1171,11
+1171,6
@@
E : E "&&" E {$$.t = join_types($1.t, $3.t, 'A');
jmp->branch = label;
}
-//E : E '.' T_IDENTIFIER '(' ')'
-// {$$.c = 0; // FIXME
-// $$.t = 0;
-// }
-
E : E '.' T_IDENTIFIER
{$$.c = $1.c;
if($$.t) {