Put a comment on L_NSE.

This commit is contained in:
david 2012-08-01 19:44:31 +00:00
parent 762207f02e
commit 87e3c861aa

View file

@ -617,6 +617,7 @@ void nse_gettarget (lua_State *L, int index)
lua_replace(L, -2);
}
/* Global persistent Lua state used by the engine. */
static lua_State *L_NSE = NULL;
void open_nse (void)