Aegisub/libaegisub/lua
Thomas Goyne 9492192b73 Switch back to building Lua as C
In preparation for switching to LuaJIT, which doesn't support PUC Lua's
thing of using C++ exceptions for lua_error.

Requires replacing all uses of lua_error (and things calling lua_error)
with custom versions that throw an exception instead and adding an
exception -> lua error wrapper at all C++ -> Lua boundaries.
2014-04-27 10:37:23 -07:00
..
modules Switch back to building Lua as C 2014-04-27 10:37:23 -07:00
modules.cpp Switch back to building Lua as C 2014-04-27 10:37:23 -07:00
script_reader.cpp Switch back to building Lua as C 2014-04-27 10:37:23 -07:00
utils.cpp Switch back to building Lua as C 2014-04-27 10:37:23 -07:00