diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-01-11 18:26:52 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-01-11 18:26:52 -0200 |
commit | d56d4cf776b2a874e35d7a92c506840f4a2051b6 (patch) | |
tree | 873e9d729b589749aa207916dd1c42843154ce63 /ltests.h | |
parent | b7ae43d457ca7b5a46ca768f482b334d70897a14 (diff) | |
download | lua-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.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 | ||
51 | extern lua_State *lua_state; | ||
52 | |||
53 | |||
54 | void luaB_opentests (lua_State *L); | 51 | void 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)) |