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 2.11 2005/01/10 16:31:30 roberto Exp roberto $ | 2 | ** $Id: ltests.h,v 2.12 2005/03/18 18:55:45 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 | */ |
@@ -67,7 +67,7 @@ extern int islocked; | |||
67 | int luaB_opentests (lua_State *L); | 67 | int luaB_opentests (lua_State *L); |
68 | 68 | ||
69 | #ifdef lua_c | 69 | #ifdef lua_c |
70 | #define luaopen_stdlibs(L) { (luaopen_stdlibs)(L); luaB_opentests(L); } | 70 | #define luaL_openlibs(L) { (luaL_openlibs)(L); luaB_opentests(L); } |
71 | #endif | 71 | #endif |
72 | 72 | ||
73 | 73 | ||