[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: want luaL_verror()
- From: Roberto Ierusalimschy <roberto@...>
- Date: Tue, 27 Nov 2012 21:43:47 -0200
> so any caller of luaL_verror() would need to provide a valid va_list, and
> the only way to get this is to use va_start() before the luaL_verror()
> call and va_end() after.. but you cannot do that, since that code will not
> be reached.
You are right, my bad. (One more reason not to provide that function ;)
-- Roberto
- References:
- Re: want luaL_verror(), John Belmonte
- Re: want luaL_verror(), Roberto Ierusalimschy
- Re: want luaL_verror(), Coda Highland
- Re: want luaL_verror(), Roberto Ierusalimschy
- RE: want luaL_verror(), Richter, Jörg
- RE: want luaL_verror(), Richter, Jörg
- Re: want luaL_verror(), Roberto Ierusalimschy
- Re: want luaL_verror(), Iain Hibbert
- Re: want luaL_verror(), Roberto Ierusalimschy
- Re: want luaL_verror(), Iain Hibbert