[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.4.2 issues with msvc 2019 (64 bits)
- From: Roberto Ierusalimschy <roberto@...>
- Date: Tue, 27 Oct 2020 10:13:07 -0300
> Compiling lua 5.4.2.
>
> Some issues.
> 1. function void luaD_call with return.
> 2. function void luaD_callnoyield with return.
> 3. lua.c(132): error C2371: 'docall': redefinicao; tipos basicos diferentes
> ldo.c(541): note: consulte a declara‡ao de 'docall'
>
> function docall (lua.c) should it be renamed?
Thanks for the report.
-- Roberto