diff options
Diffstat (limited to 'ltests.h')
-rw-r--r-- | ltests.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ltests.h,v 1.16 2002/10/08 18:45:07 roberto Exp roberto $ | 2 | ** $Id: ltests.h,v 1.17 2002/10/25 20:05:28 roberto Exp roberto $ |
3 | ** Internal Header for Debugging of the Lua Implementation | 3 | ** Internal Header for Debugging of the Lua Implementation |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -51,7 +51,7 @@ extern int islocked; | |||
51 | 51 | ||
52 | int luaB_opentests (lua_State *L); | 52 | int luaB_opentests (lua_State *L); |
53 | 53 | ||
54 | #define lua_userinit(L) (luaB_opentests(L) + openstdlibs(L)) | 54 | #define LUA_EXTRALIBS { "tests", luaB_opentests }, |
55 | 55 | ||
56 | 56 | ||
57 | 57 | ||