diff options
Diffstat (limited to 'ltests.h')
-rw-r--r-- | ltests.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -103,8 +103,8 @@ LUA_API void *debug_realloc (void *ud, void *block, | |||
103 | 103 | ||
104 | #if defined(lua_c) | 104 | #if defined(lua_c) |
105 | #define luaL_newstate() lua_newstate(debug_realloc, &l_memcontrol) | 105 | #define luaL_newstate() lua_newstate(debug_realloc, &l_memcontrol) |
106 | #define luaL_openlibs(L) \ | 106 | #define luai_openlibs(L) \ |
107 | { (luaL_openlibs)(L); \ | 107 | { luaL_openlibs(L); \ |
108 | luaL_requiref(L, "T", luaB_opentests, 1); \ | 108 | luaL_requiref(L, "T", luaB_opentests, 1); \ |
109 | lua_pop(L, 1); } | 109 | lua_pop(L, 1); } |
110 | #endif | 110 | #endif |