lua-users home
lua-l archive

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


> shouldn't this line:
> 
> https://github.com/lua/lua/blob/75ea9ccbea7c4886f30da147fb67b693b2624c26/ldo.c#L216
> 
> read
> 
> lua_assert(lim <= L->stack_last + *EXTRA_STACK*);
> 
> with EXTRA_STACK added?

Sure! Many thanks for the feedback.

-- Roberto