lua-users home
lua-l archive

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


> 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