This commit is contained in:
@@ -235,7 +235,7 @@ static sxi32 ExprVerifyNodes(ph7_gen_state *pGen, ph7_expr_node **apNode, sxi32
|
||||
*/
|
||||
apNode[i]->pStart->nType &= ~PH7_TK_OCB /*'{'*/;
|
||||
apNode[i]->pStart->nType |= PH7_TK_OSB /*'['*/;
|
||||
pOp = aOpTable;
|
||||
pOp = aOpTable;
|
||||
pEnd = &pOp[sizeof(aOpTable)];
|
||||
while(pOp < pEnd) {
|
||||
if(pOp->iOp == EXPR_OP_SUBSCRIPT) {
|
||||
|
Reference in New Issue
Block a user