[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua for Windows Platforms
- From: Roberto Ierusalimschy <roberto@...>
- Date: Thu, 04 Feb 1999 13:44:30 -0100
> (*) But There are exported variables declared (lua_debug, lua_linehook,
> and lua_callhook) that must have a control function declared (lua_setdebug,
> lua_linehook, and lua_setcallhook), similar to the lua_setstate function. I
> do not recommend using the variables directly. These new functions is a
> strong suggestion to version 3.2.
They will be there. Probably, these variables will be moved to lua_state,
so these functions will be the only way to manipulate them.
-- Roberto