lua-users home
lua-l archive

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


> > What is "gL" here?
> 
>   lua_State *gL;
> 
>   It's a C variable that is either global, or static to the file the
> routines are defined in.

And where its value come from? (I thought the whole point of the
discussion was how to access the *running* coroutine when a signal
happens.)

-- Roberto