|
> Then in luaconf.h at the top there is a check for LUA_USE_POSIX > which defines LUA_USE_MKSTEMP, LUA_USE_ISATTY and LUA_USE_POPEN. Shouldn't we change LUA_USE_ULONGJMP to use sigsetjmp instead of _setjmp? Then we could add LUA_USE_ULONGJMP to the above list. -- Roberto