diff options
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)) |