lua-users home
lua-l archive

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


On Sat, Jan 9, 2010 at 1:00 PM, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br>
> luaL_openlib was deprecated already in 5.1. Use luaL_register instead.

Thanks, Luiz. I've been guilty of using the old function myself.
Module writers must get with the times.