lua-users home
lua-l archive

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


> In llimits.h luai_assert() is defined as lua_assert() if LUA_USE_APICHECK is not defined. Which means if lua_assert() is defined then luai_assert() automagically works too. :)

Of course it does. (Did I say otherwise?) It does not make sense to check
all the internals of Lua and exclude the API.

-- Roberto