Files
lua/lcode.c
Roberto Ierusalimschy b60e2bcd7c Avoid an assignment of values that overlap
The original code was like this, where t->u.ind.t and t->u.info overlap:

  t->u.ind.t = cast_byte((t->k == VLOCAL) ? t->u.var.ridx: t->u.info);
2026-02-09 13:44:27 -03:00

56 KiB