lua-users home
lua-l archive

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


> > About luaL_reg, it was not defined in 5.1; it worked for compatibility
> > with 5.0. This has indeed been removed.
> 
> You need to use luaL_Reg instead.

See http://lua-users.org/lists/lua-l/2011-11/msg00256.html

-- Roberto