lua-users home
lua-l archive

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


> I think that there is a problem in ltablib.c (from lua 5.1 final) at line
> 141.

Did you get any compilation errors?

> 'luaL_opt' and 'luaL_checkint' seem to be invalid symbols here; I suppose
> the correct line is

luaL_opt is a macro defined in lauxlib.h.

Have you modified ltablib.c?
--lhf