comma operator in while condition

AS1/2 switch fix
This commit is contained in:
Jindra Pet��k
2013-04-19 23:08:53 +02:00
parent 78704d9d02
commit ca5a7b9ab4
11 changed files with 131 additions and 56 deletions
@@ -83,8 +83,8 @@ public class ActionSetVariable extends Action {
}
}
}
if(value instanceof StoreRegisterTreeItem){
((StoreRegisterTreeItem)value).define=false;
if (value instanceof StoreRegisterTreeItem) {
((StoreRegisterTreeItem) value).define = false;
}
SetVariableTreeItem svt = new SetVariableTreeItem(this, name, value);
output.add(svt);