lua-users home
lua-l archive

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


I think there is a problem with lauxlib.c and the unguarded use of luaL_getn.
i.e.
luaL_getn can be removed with
#if defined(LUA_COMPAT_GETN)

DB