[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: rename LUA_RIDX_CPCALL to LUA_RIDX_CCALL? (5.2.0-work2)
- From: Patrick Donnelly <batrick@...>
- Date: Mon, 29 Mar 2010 02:34:42 -0400
On Mon, Mar 29, 2010 at 2:27 AM, M Joonas Pihlaja
<jpihlaja@cc.helsinki.fi> wrote:
> On a tangential note I often have a pushstringornil(char const *)
> function which will push nil for a NULL argument and the string
> otherwise.
lua_pushstring() currently does this. In Lua 5.2 (Roberto has
privately confirmed to me) that this will be documented functionality.
--
- Patrick Donnelly