lua-users home
lua-l archive

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



On 14-Oct-05, at 11:34 AM, Roberto Ierusalimschy wrote:

This is the one case in which Lua exports an internal pointer as part
of its official API,

What does it mean "the one case"? (Does it mean "the only case"?)

Well, it's not really the only case. For example, lua_tostring() exports an internal pointer, as does lua_topointer(). I guess I meant that it is the only case which seems to cause problems :)