From d56d4cf776b2a874e35d7a92c506840f4a2051b6 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 11 Jan 2002 18:26:52 -0200 Subject: distinct functions to create/destroy states and threads --- ltests.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'ltests.h') diff --git a/ltests.h b/ltests.h index 18b703a6..12fac8d3 100644 --- a/ltests.h +++ b/ltests.h @@ -48,9 +48,6 @@ extern int islocked; #define lua_unlock(L) lua_assert(--(**cast(int **, L)) == 0) -extern lua_State *lua_state; - - void luaB_opentests (lua_State *L); #define LUA_USERINIT(L) (luaB_opentests(L), openstdlibs(L)) -- cgit v1.2.3-55-g6feb