lua-users home
lua-l archive

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


True, but in this case they are good enough...
I should have said 'temporarily fixes' ...

On Nov 2, 2009, at 10:01 AM, Luiz Henrique de Figueiredo wrote:

replacing lua_iscfunction(L, idx) with lua_type(L, idx) == LUA_TFUNCTION
fixes the crashes.

These are not equivalent.