mirror of
https://github.com/lua/lua
synced 2026-06-08 15:34:49 +00:00
cc1692515e
Closing a to-be-closed variable with 'lua_settop' is too restrictive, as it erases all slots above the variable. Moreover, it adds side effects to 'lua_settop', which should be a fairly basic function.