|
@@ -12426,7 +12426,7 @@ extern IHqlExpression * createCompound(node_operator op, const HqlExprArray & ac
|
|
if (op == no_compound)
|
|
if (op == no_compound)
|
|
return createCompound(actions);
|
|
return createCompound(actions);
|
|
else
|
|
else
|
|
- return createActionList(actions);
|
|
|
|
|
|
+ return createActionList(op, actions);
|
|
}
|
|
}
|
|
|
|
|
|
extern IHqlExpression * createComma(IHqlExpression * expr1, IHqlExpression * expr2)
|
|
extern IHqlExpression * createComma(IHqlExpression * expr1, IHqlExpression * expr2)
|