lua-users home
lua-l archive

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


> 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