diff options
Diffstat (limited to 'ltests.c')
-rw-r--r-- | ltests.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ltests.c,v 2.28 2005/08/15 14:12:32 roberto Exp roberto $ | 2 | ** $Id: ltests.c,v 2.29 2005/08/26 17:32:05 roberto Exp roberto $ |
3 | ** Internal Module for Debugging of the Lua Implementation | 3 | ** Internal Module for Debugging of the Lua Implementation |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -718,7 +718,7 @@ static int newstate (lua_State *L) { | |||
718 | 718 | ||
719 | 719 | ||
720 | static int loadlib (lua_State *L) { | 720 | static int loadlib (lua_State *L) { |
721 | static const luaL_reg libs[] = { | 721 | static const luaL_Reg libs[] = { |
722 | {"baselibopen", luaopen_base}, | 722 | {"baselibopen", luaopen_base}, |
723 | {"dblibopen", luaopen_debug}, | 723 | {"dblibopen", luaopen_debug}, |
724 | {"iolibopen", luaopen_io}, | 724 | {"iolibopen", luaopen_io}, |
@@ -1082,7 +1082,7 @@ static int auxgsub (lua_State *L) { | |||
1082 | 1082 | ||
1083 | 1083 | ||
1084 | 1084 | ||
1085 | static const struct luaL_reg tests_funcs[] = { | 1085 | static const struct luaL_Reg tests_funcs[] = { |
1086 | {"checkmemory", lua_checkmemory}, | 1086 | {"checkmemory", lua_checkmemory}, |
1087 | {"closestate", closestate}, | 1087 | {"closestate", closestate}, |
1088 | {"d2s", d2s}, | 1088 | {"d2s", d2s}, |