lua-users home
lua-l archive

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


Ralph Eastwood wrote:
> In particular, _Unwind_Exception_Class and _Unwind_Ptr, are not
> declared, but where they are referenced previously, uint64_t and
> uintptr_t are used instead.

That's actually the types indirectly mandated by the standard on
all architectures LuaJIT is ever likely to be ported to. So I'm
simply using the raw types now. Committed to LuaJIT git HEAD.
Thank you for the report!

--Mike