[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lzlib, luaL_findstring & Lua 5.1
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sun, 27 Jan 2008 09:49:51 -0200
> 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);