lua-users home
lua-l archive

Re: lzlib, luaL_findstring & Lua 5.1

[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); 

AltStyle によって変換されたページ (->オリジナル) /