lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 27/06/16 09:05, Sean Conner wrote:
> -spc (He's compiling a *C* program with a *C++* compiler ... what
> exactly is he expecting?)

It's both:

http://www.lua.org/manual/5.3/manual.html#4.6
> (Lua will use exceptions if you compile it as C++; search for
> LUAI_THROW in the source code for details.)

Scott