lua-users home
lua-l archive

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


> To get things going, one can add luaL_findstring back to lzlib.c as  

In this case, it's easier to change lzlib.c to use luaL_checkoption:

  int op = luaL_checkoption(L, 2, "cur", modenames);