Re: [ANN] Lua 5.4.0 (work1) now available
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] Lua 5.4.0 (work1) now available
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2018年3月13日 16:19:57 -0300
> in lvm.c:
>
> #if !defined(LUA_USE_JUMPTABLE)
> #define LUA_USE_JUMPTABLE defined(__GNUC__)
> #endif
>
> [...]
>
> #if LUA_USE_JUMPTABLE
>
> The above results in undefined behavior. Instead use:
>
> [...]
Sure. Thanks,
-- Roberto