Aegisub/libaegisub/include/libaegisub/lua
arch1t3cht 42f7e53e92 lua: Don't check_stack in LuaCheckStack destructor
This would cause an assertion failure in functions like lua_for_each
when the given closure throws an error and thus leaves some  values on
the stack. This can make Aegisub crash entirely instead of just catching
and reporting the error. Instead, these stack_checks can be done
manually.
2023-05-22 09:23:22 +02:00
..
ffi.h Extract some bits that don't need to be templated from templates 2014-12-28 16:46:38 -08:00
modules.h Move some of the automation machinery to libaegisub 2014-04-25 15:03:18 -07:00
script_reader.h Fix loading modules with UTF-8 BOMs 2014-04-28 14:19:16 -07:00
utils.h lua: Don't check_stack in LuaCheckStack destructor 2023-05-22 09:23:22 +02:00