Re: Lua 5.1 (alpha) now available
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua 5.1 (alpha) now available
- From: Taj Khattra <taj.khattra@...>
- Date: Wed, 7 Sep 2005 13:31:39 -0700
On 9/7/05, Mike Pall <mikelu-0509@mike.de> wrote:
> - The check when to use the underscore-variant for _longjmp/_setjmp
> in luaconf.h does not work as intended.
on unixen, would it make sense to use sigsetjmp(env, 0) instead of
playing guessing games with setjmp and _setjmp?