diff --git a/nse_main.cc b/nse_main.cc index 561a00ee6..bbe358ebf 100644 --- a/nse_main.cc +++ b/nse_main.cc @@ -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)