Files
lua/lparser.h
Roberto I 3228a97c6a Bug: 'lua_load' does not preserve the stack
'lua_load' does not preserve the stack through the calls to the
reader function, as it should. Immediately after the first call (to
detect whether chunk is binary) it adds stuff, and it also adds a new
table when starting the compilation of each new function.
2026-04-23 17:57:42 -03:00

7.0 KiB