summaryrefslogtreecommitdiff
path: root/ltests.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-01-11 18:26:52 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-01-11 18:26:52 -0200
commitd56d4cf776b2a874e35d7a92c506840f4a2051b6 (patch)
tree873e9d729b589749aa207916dd1c42843154ce63 /ltests.h
parentb7ae43d457ca7b5a46ca768f482b334d70897a14 (diff)
downloadlua-d56d4cf776b2a874e35d7a92c506840f4a2051b6.tar.gz
lua-d56d4cf776b2a874e35d7a92c506840f4a2051b6.tar.bz2
lua-d56d4cf776b2a874e35d7a92c506840f4a2051b6.zip
distinct functions to create/destroy states and threads
Diffstat (limited to 'ltests.h')
-rw-r--r--ltests.h3
1 files changed, 0 insertions, 3 deletions
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;
48#define lua_unlock(L) lua_assert(--(**cast(int **, L)) == 0) 48#define lua_unlock(L) lua_assert(--(**cast(int **, L)) == 0)
49 49
50 50
51extern lua_State *lua_state;
52
53
54void luaB_opentests (lua_State *L); 51void luaB_opentests (lua_State *L);
55 52
56#define LUA_USERINIT(L) (luaB_opentests(L), openstdlibs(L)) 53#define LUA_USERINIT(L) (luaB_opentests(L), openstdlibs(L))