lua-users home
lua-l archive

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


> - Register some functions

If you're using luaopen_* to register functions, then this has changed in 5.1:
the luaopen_* functions now should be called using the Lua call protocol not
called directly. See luaL_openlibs linit.c.

--lhf