420d419 < luaX_next(ls); /* skip the '[' */ 423d421 < checknext(ls, ']'); 453c451,452 < else /* ls->t.token == '[' */ ---> else { /* ls->t.token == '[' */> luaX_next(ls); /* skip the '[' */ 454a454,455> checknext(ls, ']');> } 703,705c704,710 < luaK_exp2anyreg(fs, v); < yindex(ls, &key); < luaK_indexed(fs, v, &key); ---> luaX_next(ls); /* skip the '[' */> do {> luaK_exp2anyreg(fs, v);> yindex(ls, &key);> luaK_indexed(fs, v, &key);> } while (testnext(ls, ','));> checknext(ls, ']');

AltStyle によって変換されたページ (->オリジナル) /