lua-users home
lua-l archive

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


Hi,

Roberto Ierusalimschy wrote:
> > - Remove undefined lua_checkpc assertion.
> 
> ??

Sorry, forgot to send this to you. Compilation with assertions
fails because of line 119 of ldo.c in function correctstack():

  lua_assert(lua_checkpc(L, ci));

But, there is no definition for lua_checkpc anywhere in Lua 5.1-work6?

Bye,
     Mike