From 3390f9a35ac66d01c7bb0114083a4cb384783ff5 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 26 Aug 2005 14:36:32 -0300 Subject: detail --- ltests.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ltests.c') diff --git a/ltests.c b/ltests.c index f27e21bd..cd595865 100644 --- a/ltests.c +++ b/ltests.c @@ -1,5 +1,5 @@ /* -** $Id: ltests.c,v 2.28 2005/08/15 14:12:32 roberto Exp roberto $ +** $Id: ltests.c,v 2.29 2005/08/26 17:32:05 roberto Exp roberto $ ** Internal Module for Debugging of the Lua Implementation ** See Copyright Notice in lua.h */ @@ -718,7 +718,7 @@ static int newstate (lua_State *L) { static int loadlib (lua_State *L) { - static const luaL_reg libs[] = { + static const luaL_Reg libs[] = { {"baselibopen", luaopen_base}, {"dblibopen", luaopen_debug}, {"iolibopen", luaopen_io}, @@ -1082,7 +1082,7 @@ static int auxgsub (lua_State *L) { -static const struct luaL_reg tests_funcs[] = { +static const struct luaL_Reg tests_funcs[] = { {"checkmemory", lua_checkmemory}, {"closestate", closestate}, {"d2s", d2s}, -- cgit v1.2.3-55-g6feb